UNPKG

@charpeni/one-of

Version:

Type-safe utilities to return a random element from an array or random entry from an object

5 lines (4 loc) 176 B
import { oneElementOf } from "./oneElementOf.js"; import { oneEntryOf } from "./oneEntryOf.js"; import { oneOf } from "./oneOf.js"; export { oneElementOf, oneEntryOf, oneOf };