UNPKG

piral-cli

Version:

The standard CLI for creating and building a Piral instance or a Pilet.

7 lines (6 loc) 241 B
import { PiletRuleContext } from '../types'; export type Options = 'ignore' | 'active'; /** * Checks that no other (third-party) dependencies are bundled in. */ export default function (context: PiletRuleContext, options?: Options): void;