UNPKG

type-plus

Version:
13 lines 347 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.literalArray = void 0; /** * 🦴 *utilities* * * return an array whose items are restricted to the provided literals. */ function literalArray(...entries) { return entries; } exports.literalArray = literalArray; //# sourceMappingURL=literal_array.js.map