UNPKG

@manypkg/tools

Version:
8 lines (7 loc) 189 B
import { Tool, PackageJSON } from "./Tool"; export interface BoltPackageJSON extends PackageJSON { bolt?: { workspaces?: string[]; }; } export declare const BoltTool: Tool;