type-plus
Version:
Provides additional types for TypeScript.
15 lines • 824 B
TypeScript
export type { At } from './array.at.js';
export type { Entries } from './array.entries.js';
export type { FindLast } from './array.find_last.js';
export type { Reverse } from './array.reverse.js';
export type { Some } from './array.some.js';
export type { IndexAt, IsIndexOutOfBound } from './array_index.js';
export type { CommonPropKeys } from './array_plus.common_prop_keys.js';
export type { Concat } from './array_plus.concat.js';
export type { DropMatch } from './array_plus.drop_match.js';
export type { ElementMatch } from './array_plus.element_match.js';
export type { Filter } from './array_plus.filter.js';
export type { Find } from './array_plus.find.js';
export type { PadStart } from './array_plus.pad_start.js';
export type { SplitAt } from './array_plus.split_at.js';
//# sourceMappingURL=array_plus.d.ts.map