UNPKG

ut-tools

Version:

Build and Release management automation package.

4 lines (3 loc) 130 B
import type { Plugin } from 'rollup'; import type { IO } from '../types'; export declare const virtualFs: ({ fs }: IO) => Plugin;