index.d.ts 83 B

123
  1. import * as bcrypt from "./types.js";
  2. export = bcrypt;
  3. export as namespace bcrypt;