UNPKG

@bemedev/core

Version:

The core library of @bemedev

4 lines 247 B
import type { ExcludeArray } from '../../../globals/types'; declare const fn: <const T extends any[], const Ex extends T[number][]>(array: T, ...excludes: Ex) => ExcludeArray<T, Ex[number]>; export default fn; //# sourceMappingURL=exclude.d.ts.map