UNPKG

observablehq-file-attachments

Version:

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

14 lines 674 B
/** * Github: https://github.com/BobKerns/observablehq-file-attachments * * This loads the complete package in a single import. * @module Index */ export { AFileSystem } from './AFileSystem'; export { AFile, DataFormat as DataMethod } from './AFile'; export { AFileAwait, VirtualFileNotFound } from './AFileAwait'; export { FILE, DIRECTORY } from './symbols'; export { getVersion, setVersion, deleteVersion, meta, file, versions, entry, dsv } from './util'; export { Metadata, JsonObject, FileAttachment, Version, VFile, Tree, PromiseOr, FileHandler, DirectoryHandler } from './types'; export { VERSION } from 'VERSION'; //# sourceMappingURL=index.d.ts.map