Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebReflection/workerful
/ truthy
Function
truthy
src/utils.js:1–1 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
const
truthy = value => /^(?:1|y|ok|yes|true)$/i.test(value);
2
3
const
{ parse, stringify } = JSON;
4
export
{ parse, stringify };
Callers
1
index.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected