UNPKG

@alexaegis/common

Version:
10 lines 251 B
/** * Does nothing. */ export declare const noop: () => undefined; /** * Does nothing asynchronously as a macro-task. * */ export declare const noopAsync: (mode?: "micro" | "macro") => Promise<unknown>; //# sourceMappingURL=noop.function.d.ts.map