2025-05-13 04:14:01 +00:00

4 lines
83 B
TypeScript

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