UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

11 lines (8 loc) 300 B
// 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; }