MCPcopy Index your code
hub / github.com/dcodeIO/bcrypt.js / test-import.ts

File test-import.ts

tests/typescript/test-import.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import bcrypt, { hashSync } from "../../index.js";
2
3bcrypt.hashSync("test");
4hashSync("test");

Callers

nothing calls this directly

Calls 1

hashSyncFunction · 0.90

Tested by

no test coverage detected