MCPcopy 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

1export const truthy = value => /^(?:1|y|ok|yes|true)$/i.test(value);
2
3const { parse, stringify } = JSON;
4export { parse, stringify };

Callers 1

index.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected