UNPKG

frontity

Version:

Frontity cli and entry point to other packages

6 lines (5 loc) 131 B
declare const _default: ({ port, https, }: { port?: number; https?: boolean; }) => Promise<void>; export default _default;