generated from cubetiq/ts-project
Updated build for crytojs
This commit is contained in:
4
dist/util/file.util.d.ts
vendored
4
dist/util/file.util.d.ts
vendored
@@ -2,3 +2,7 @@ export declare const readFileToStringDefaultEncoding: (
|
||||
relativeFilePath: string
|
||||
) => string
|
||||
export declare const readFileToJson: (relativeFilePath: string) => any
|
||||
export declare const writeFileFromString: (
|
||||
relativeFilePath: string,
|
||||
content: string
|
||||
) => void
|
||||
|
||||
Reference in New Issue
Block a user