UNPKG

curried-intrinsic

Version:
6 lines (5 loc) 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.instanceof_ = void 0; const instanceof_ = (constructor) => (object) => object instanceof constructor; exports.instanceof_ = instanceof_;