UNPKG

@curi/static

Version:

Generate static HTML files from Curi routes

4 lines (3 loc) 148 B
import { PathnamesConfiguration } from "./types"; declare let pathnames: (config: PathnamesConfiguration) => string[]; export default pathnames;