UNPKG

solidity-docgen

Version:

Solidity API documentation automatic generator.

6 lines 354 B
import { HelperDeclareSpec } from 'handlebars'; export declare type Template<Context> = (context: Context) => string; export declare function registerHelpers(helpers: HelperDeclareSpec): void; export declare function compile(template: string): Template<unknown>; export declare function slug(str: string): string; //# sourceMappingURL=handlebars.d.ts.map