MCPcopy
hub / github.com/ionic-team/capacitor / wait

Function wait

cli/src/common.ts:146–148  ·  view source on GitHub ↗
(time: number)

Source from the content-addressed store, hash-verified

144}
145
146export async function wait(time: number): Promise<void> {
147 return new Promise((resolve) => setTimeout(resolve, time));
148}
149
150export async function runHooks(config: Config, platformName: string, dir: string, hook: string): Promise<void> {
151 await runPlatformHook(config, platformName, dir, hook);

Callers 1

openIOSFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected