UNPKG

@fuel-ts/abi-typegen

Version:

Generates Typescript definitions from Sway ABI Json files

7 lines 256 B
import type { BinaryVersions } from '@fuel-ts/versions'; export declare function renderHbsTemplate(params: { template: string; versions: BinaryVersions; data?: Record<string, unknown>; }): string; //# sourceMappingURL=renderHbsTemplate.d.ts.map