UNPKG

@sondr3/minitest

Version:

A low-feature, dependency-free and performant test runner inspired by Rust and Deno

3 lines 189 B
export declare const color: (str: string, color: "red" | "green" | "yellow") => string; export declare const mapSize: <U, T>(map: Map<U, T[]>) => number; //# sourceMappingURL=utils.d.ts.map