UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

16 lines 603 B
import countGlobalVersions from './countGlobalVersions.js'; import findOne from './findOne.js'; import findVersionByID from './findVersionByID.js'; import findVersions from './findVersions.js'; import restoreVersion from './restoreVersion.js'; import update from './update.js'; declare const _default: { countGlobalVersions: typeof countGlobalVersions; findOne: typeof findOne; findVersionByID: typeof findVersionByID; findVersions: typeof findVersions; restoreVersion: typeof restoreVersion; update: typeof update; }; export default _default; //# sourceMappingURL=index.d.ts.map