UNPKG

@4us-dev/crypto

Version:

Utility classes to assist developers during software development

3 lines (2 loc) 91 B
declare const sha256Async: (value: string) => Promise<string>; export default sha256Async;