UNPKG

@fuel-ts/abi-typegen

Version:

Generates Typescript definitions from Sway ABI Json files

6 lines 235 B
import type { IRawAbiTypeRoot } from '../types/interfaces/IRawAbiType'; export declare function extractStructName(params: { rawAbiType: IRawAbiTypeRoot; regex: RegExp; }): string; //# sourceMappingURL=extractStructName.d.ts.map