mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-07 01:39:07 +00:00
Merge pull request #7026 from gscshoyru/patch-12
Add unregister functions to handlebars.d.ts
This commit is contained in:
2
handlebars/handlebars.d.ts
vendored
2
handlebars/handlebars.d.ts
vendored
@@ -7,6 +7,8 @@
|
||||
declare module Handlebars {
|
||||
export function registerHelper(name: string, fn: Function, inverse?: boolean): void;
|
||||
export function registerPartial(name: string, str: any): void;
|
||||
export function unregisterHelper(name: string): void;
|
||||
export function unregisterPartial(name: string): void;
|
||||
export function K(): void;
|
||||
export function createFrame(object: any): any;
|
||||
export function Exception(message: string): void;
|
||||
|
||||
Reference in New Issue
Block a user