declarations
Version:
[](https://www.npmjs.com/package/declarations)
12 lines (8 loc) • 383 B
TypeScript
// Type definitions for nunjucks-date
// Project: https://github.com/techmsi/nunjucks-date
// Definitions by: kruncher <https://github.com/kruncher/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module "nunjucks-date" {
export function setDefaultFormat(formatString: string): void;
export function install(env: any, filterName?: string): void;
}