UNPKG

curried-intrinsic

Version:
6 lines (5 loc) 171 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.in_ = void 0; const in_ = (key) => (object) => key in object; exports.in_ = in_;