Files
crypto-server/index.ts
T

3 lines
73 B
TypeScript

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