ez-localize
Version:
Super-simple localization of strings in a Node/Browserify application
6 lines (5 loc) • 325 B
TypeScript
export declare function findFromRootDirs(rootDirs: string[], callback: (strs: string[]) => void): void;
export declare function findInJs(this: any, js: any): any;
export declare function findInHbs(hbs: string): string[];
export declare function findInTs(ts: string): any;
export declare function findInTsx(tsx: string): any;