UNPKG

covertable

Version:

A flexible pairwise tool written in TypeScript

8 lines (7 loc) 191 B
import { ScalarType } from "./types"; export declare class NotReady extends Error { key: ScalarType; constructor(key: ScalarType); } export declare class NeverMatch extends Error { }