Files
ghost/ts/ghost.plugins.ts

10 lines
245 B
TypeScript
Raw Permalink Normal View History

import { GhostContentAPI } from './apiclient/ghost.contentapi.js';
import { GhostAdminAPI } from './apiclient/ghost.adminapi.js';
import * as smartmatch from '@push.rocks/smartmatch';
2024-07-01 16:32:22 +02:00
export {
GhostContentAPI,
GhostAdminAPI,
smartmatch
2024-07-01 16:32:22 +02:00
}