InspectionCleaning/node_modules/bcryptjs/index.d.ts

4 lines
89 B
TypeScript
Raw Normal View History

2025-04-14 15:26:00 +08:00
import * as bcrypt from "./types.js";
export * from "./types.js";
export default bcrypt;