@types/twig
Advanced tools
Comparing version 1.12.6 to 1.12.7
@@ -57,3 +57,3 @@ // Type definitions for twig 1.12 | ||
export function twig(params: Parameters): Template; | ||
export function extendFilter(name: string, definition: (left: any, ...params: any[]) => string): void; | ||
export function extendFilter(name: string, definition: (left: any, params: any[] | false) => string): void; | ||
export function extendFunction(name: string, definition: (...params: any[]) => string): void; | ||
@@ -60,0 +60,0 @@ export function extendTest(name: string, definition: (value: any) => boolean): void; |
{ | ||
"name": "@types/twig", | ||
"version": "1.12.6", | ||
"version": "1.12.7", | ||
"description": "TypeScript definitions for twig", | ||
@@ -48,4 +48,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/twig", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "6a90d97a8f89392f87bce3f5255c980530c0f602c5c80ab82a8605382bb61a54", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "b31f4eee4361ead97808053849c60986834d2feed452d979953b88c97998cec8", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 19:37:25 GMT | ||
* Last updated: Sat, 20 Nov 2021 17:01:10 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
5961