UNPKG

@tucmc/hazel

Version:
6 lines (5 loc) 144 B
import { DMap } from './DMap'; export declare class IDMap extends DMap<string, string> { private static swapKeyVal; reverse(): IDMap; }