UNPKG

stackpress

Version:

Incept is a content management framework.

5 lines (4 loc) 249 B
import type { Directory } from 'ts-morph'; import type Registry from '../../../schema/Registry'; import type Model from '../../../schema/spec/Model'; export default function removePage(directory: Directory, _registry: Registry, model: Model): void;