Files
DefinitelyTyped/types/ejs-locals/index.d.ts
2017-03-24 14:27:52 -07:00

11 lines
270 B
TypeScript

// Type definitions for ejs-locals
// Project: https://github.com/randometc/ejs-locals
// Definitions by: jt000 <https://github.com/jt000>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function ejsLocals(): Function;
export = ejsLocals;