mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
12 lines
382 B
TypeScript
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;
|
|
|
|
}
|