Files
boc/landvex/node_modules/bcryptjs/index.d.ts
T

4 lines
89 B
TypeScript
Raw Normal View History

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