UNPKG

secret-polar

Version:

Polar is a development environment to compile, deploy, test, run scrt contracts on different networks.

4 lines (3 loc) 257 B
export declare function generateTsSchema(name: string, schemas: any[], // eslint-disable-line @typescript-eslint/no-explicit-any outPath: string, skipSchemaErrors: boolean): Promise<void>; export declare const clean: (obj: Record<string, unknown>) => any;