MCPcopy
hub / github.com/nygardk/react-share / assert

Function assert

src/utils/assert.ts:8–12  ·  view source on GitHub ↗
(value: unknown, message: string)

Source from the content-addressed store, hash-verified

6}
7
8export default function assert(value: unknown, message: string) {
9 if (!value) {
10 throw new AssertionError(message);
11 }
12}

Callers 15

Utilities.test.tsFile · 0.85
hatenaLinkFunction · 0.85
vkLinkFunction · 0.85
telegramLinkFunction · 0.85
weiboLinkFunction · 0.85
whatsappLinkFunction · 0.85
workplaceLinkFunction · 0.85
okLinkFunction · 0.85
lineLinkFunction · 0.85
facebookLinkFunction · 0.85
threadsLinkFunction · 0.85
blueskyLinkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…