prasi-lib/utils/bcrypt.d.ts

5 lines
120 B
TypeScript
Executable File

declare module "@/utils/bcrypt" {
const compareSync: any;
const genSaltSync: any;
const hashSync: any;
}