Updated build for crytojs

This commit is contained in:
2022-02-15 11:58:10 +07:00
parent 8453af2efa
commit 59d4873781
4 changed files with 19 additions and 3 deletions

View File

@@ -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