UNPKG

ut-tools

Version:

Build and Release management automation package.

5 lines (4 loc) 139 B
import type { Format } from './format'; export declare class Formats<T extends Format = Format> extends Set<T> { toJSON(): string[]; }