DefinitelyTyped/types/nunjucks-date/index.d.ts
2017-08-20 15:37:53 -07:00

12 lines
382 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;
}