declarations
Version:
[](https://www.npmjs.com/package/declarations)
11 lines (8 loc) • 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;
}