Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
import
bcrypt, { hashSync } from
"../../index.js"
;
2
3
bcrypt.hashSync(
"test"
);
4
hashSync(
"test"
);
Callers
nothing calls this directly
Calls
1
hashSync
Function · 0.90
Tested by
no test coverage detected