UNPKG

observablehq-file-attachments

Version:

Library to handle ObservableHQ's file attachments more flexibly, and to support virtualizing them.

8 lines 310 B
/** * A generator that returns an object whenever it has been signaled that the object has been updated. * * @module regenerator */ import { Regenerable } from "./types"; export declare function regenerator<T extends Regenerable>(obj: T): AsyncGenerator<T>; //# sourceMappingURL=regenerator.d.ts.map