UNPKG

@grandom/shuffle

Version:

A configurable, flexible, seedable, and overall great random shuffler.

7 lines (6 loc) 211 B
export default class ExcludeFilter { private readonly _filterEntries; constructor(exclude: string | RegExp | Array<string | RegExp>); get numFilters(): number; matches(value: string): boolean; }