smarthash/ts/index.ts

5 lines
124 B
TypeScript

import * as plugins from './nodehash.plugins.js';
export * from './nodehash.sha256.js';
export * from './nodehash.md5.js';