UNPKG

actionhero

Version:

The reusable, scalable, and quick node.js API server for stateless and stateful applications

6 lines (5 loc) 217 B
/** *swap out d.ts files for the JS versions when running with ts-node * also filter out *.test. and *.spec. js|ts files */ export declare function ensureNoTsHeaderOrSpecFiles(files: Array<string>): Array<string>;