mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
Big replacement: bool with boolean
This commit is contained in:
Vendored
+1
-1
@@ -107,7 +107,7 @@ declare module "dustjs-linkedin" {
|
||||
* @param name the name used to register the compiled template into the internal cache. See render().
|
||||
* @strip strip whitespaces from the output. Defaults to false.
|
||||
*/
|
||||
export function compile(source: string, name: string, strip?: bool): string;
|
||||
export function compile(source: string, name: string, strip?: boolean): string;
|
||||
|
||||
/**
|
||||
* Compiles source directly into a JavaScript function that takes a context and an optional callback (see dust.renderSource). Registers the template under [name] if this argument is supplied.
|
||||
|
||||
Reference in New Issue
Block a user