mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 13:27:15 +08:00
11 lines
270 B
TypeScript
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;
|