UNPKG

@charpeni/one-of

Version:

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

4 lines 178 B
import { oneElementOf } from "./oneElementOf.cjs"; import { oneEntryOf } from "./oneEntryOf.cjs"; import { oneOf } from "./oneOf.cjs"; export { oneElementOf, oneEntryOf, oneOf };