// Type definitions for ejs-locals // Project: https://github.com/randometc/ejs-locals // Definitions by: jt000 // Definitions: https://github.com/borisyankov/DefinitelyTyped declare module "ejs-locals" { function ejsLocals(): Function; export = ejsLocals; }