UNPKG

@xorddotcom/shield

Version:

p align="center" > <img src="https://xord.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F283b98b7-fdae-4e5a-acaf-248242084e4a%2FICON.png?table=block&id=5306223c-a4f7-45d1-9f54-b9a5f4004cd6&spaceId=49976899-64a1-40f

10 lines 845 B
import fsExtra from "fs-extra"; export declare const indexDist = "node ../../dist/src/index.js"; export declare const getEmptyDirByPath: (path: string, exitCode: number) => Promise<string | undefined>; export declare const getEmptyDir: (name: string, exitCode: number) => Promise<string>; export declare const fileExists: (file: fsExtra.PathLike) => Promise<boolean>; export declare const updateCopyProjectName: (name: string, projectPath: string) => Promise<void | null>; export declare const createInterface: (CIRCUIT_NAME: string, protocol: string, content: string, SOLIDITY_VERSION: string) => Promise<void>; export declare const bumpSolidityVersion: (SOLIDITY_VERSION: string, CIRCUIT_NAME: string, PROTOCOL: string) => Promise<void>; export declare const arrayLogger: (key: string, array: any[]) => any; //# sourceMappingURL=utils.d.ts.map