UNPKG

@fuel-ts/abi-typegen

Version:

Generates Typescript definitions from Sway ABI Json files

6 lines 188 B
import type { IType } from '../types/interfaces/IType'; export declare function findType(params: { types: IType[]; typeId: number; }): IType; //# sourceMappingURL=findType.d.ts.map