UNPKG

declarations

Version:

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

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