TreasureTrails/node_modules/bcryptjs/index.d.ts
2026-03-18 09:02:21 -05:00

3 lines
89 B
TypeScript

import * as bcrypt from "./types.js";
export * from "./types.js";
export default bcrypt;