utils.d.ts 162 B

12
  1. import type { IntDict } from './constants';
  2. export declare function enumToMap(obj: IntDict, filter?: readonly number[], exceptions?: readonly number[]): IntDict;