MCPcopy Index your code
hub / github.com/bestony/logoly / isString

Function isString

src/utils/persistentState.js:19–19  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

17const hasLocalStorage = () => hasWindow() && typeof window.localStorage !== 'undefined';
18
19const isString = (value) => typeof value === 'string';
20
21function parseBoolean(value) {
22 if (typeof value === 'boolean') return value;

Callers 1

pickValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected