UNPKG

atomically

Version:

Read and write files atomically and reliably.

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