functionalscript
Version:
FunctionalScript is a purely functional subset of JavaScript
29 lines (28 loc) • 618 B
TypeScript
declare const _default: {
base: {
b32: () => {
s256: () => void;
s224: () => void;
};
b64: () => {
s512: () => void;
s385: () => void;
s512x256: () => void;
s512x224: () => void;
};
};
sha2: {
sha256: () => void;
sha224: () => void;
sha512: () => void;
sha384: () => void;
sha512x256: () => void;
sha512x224: () => void;
};
utf8: (() => void)[];
fill: () => {
8: () => void;
16: () => void;
};
};
export default _default;