helpyourneighbour/backend/node_modules/bcryptjs/index.d.ts

4 lines
89 B
TypeScript
Raw Normal View History

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