UNPKG

ut-tools

Version:

Build and Release management automation package.

5 lines (4 loc) 154 B
import type { Plugin } from 'rollup'; export declare const skypack: (opts?: { ignoreList?: (string | RegExp)[] | undefined; } | undefined) => Plugin;