Files

3 lines
73 B
TypeScript

import {hash, verify} from './src/pwd'
export const pwd = {hash, verify}