Files
2019-12-19 10:47:03 +01:00

7 lines
83 B
JavaScript

module.someOtherExport = true;
export function search(query) {
// Do nothing!
}