UNPKG

@plurid/plurid-functions

Version:
3 lines (2 loc) 101 B
declare const compute: (data: string, algorithm?: string) => Promise<string>; export { compute, };