UNPKG

atomically

Version:

Read and write files atomically and reliably.

7 lines (6 loc) 179 B
import type { Disposer } from '../types'; declare const Scheduler: { next: (id: string) => void; schedule: (id: string) => Promise<Disposer>; }; export default Scheduler;