3 lines
94 B
TypeScript
3 lines
94 B
TypeScript
import type { AnyFn } from "../types.js";
|
|
export declare function afterTick(fn: AnyFn): void;
|