Files
2025-07-31 13:20:30 +02:00

7 lines
83 B
JavaScript

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