UNPKG

type-plus

Version:
9 lines 209 B
/** * 🦴 *utilities* * * return an array whose items are restricted to the provided literals. */ export function literalArray(...entries) { return entries; } //# sourceMappingURL=literal_array.js.map