UNPKG

ut-tools

Version:

Build and Release management automation package.

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