UNPKG

@k8ts/instruments

Version:

A collection of utilities and core components for k8ts.

4 lines 246 B
import type { UnitParser } from "../units/unit-parser"; import type { ReqLimit } from "./types"; export declare function createResourceParser(pUnitValue: UnitParser): import("parjs").Parjser<ReqLimit<string>>; //# sourceMappingURL=parser.d.ts.map