2025-04-02 06:50:39 -04:00

7 lines
173 B
TypeScript

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