10 lines
217 B
TypeScript
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
|
|
}
|