2025-11-13 13:13:34 -07:00

3 lines
165 B
TypeScript

import { IntDict } from './constants';
export declare function enumToMap(obj: IntDict, filter?: ReadonlyArray<number>, exceptions?: ReadonlyArray<number>): IntDict;