2025-03-29 16:05:52 -04:00

3 lines
165 B
TypeScript

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