Files

11 lines
300 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 module "ejs-locals" {
function ejsLocals(): Function;
export = ejsLocals;
}