mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
11 lines
300 B
TypeScript
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;
|
|
} |