UNPKG

near-typechain

Version:

7 lines (6 loc) 229 B
declare type GenerateFromAbisParams = { abisPath: string; outputFolderPath: string; }; declare const generateFromAbis: ({ abisPath, outputFolderPath }: GenerateFromAbisParams) => Promise<void>; export = generateFromAbis;