MCPcopy Create free account
hub / github.com/dailydotdev/apps / nextTick

Function nextTick

packages/shared/src/lib/func.ts:17–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15};
16
17export const nextTick = (): Promise<unknown> =>
18 new Promise((resolve) => setTimeout(resolve));
19
20export const parseOrDefault = <T = unknown>(data: string): T | string => {
21 try {

Callers 6

focusInputFunction · 0.90
renderWrapperFunction · 0.90
uploadImageFunction · 0.90
renderWrapperFunction · 0.90

Calls

no outgoing calls

Tested by 2

renderWrapperFunction · 0.72
renderWrapperFunction · 0.72