UNPKG

@roxi/routify

Version:

9 lines (7 loc) 182 B
import { exporter } from './exporter.js' /** @type {RoutifyBuildtimePlugin} */ export const exporterPlugin = { name: 'exporter', after: 'filemapper', build: exporter, }