Files
ghost/ts/ghost.plugins.ts

10 lines
217 B
TypeScript

import GhostContentAPI from '@tryghost/content-api';
import GhostAdminAPI from '@tryghost/admin-api';
import * as smartmatch from '@push.rocks/smartmatch';
export {
GhostContentAPI,
GhostAdminAPI,
smartmatch
}