UNPKG

ut-tools

Version:

Build and Release management automation package.

5 lines (4 loc) 217 B
import { Colord } from "./colord"; import { Parsers } from "./types"; export declare type Plugin = (ColordClass: typeof Colord, parsers: Parsers) => void; export declare const extend: (plugins: Plugin[]) => void;