UNPKG

space-lift

Version:

TypeScript Array, Object, Map, Set, Union, Enum utils

8 lines (7 loc) 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.identity = exports.noop = void 0; const noop = () => { }; exports.noop = noop; const identity = (obj) => obj; exports.identity = identity;