UNPKG

curried-intrinsic

Version:
6 lines (5 loc) 168 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.typeof_ = void 0; const typeof_ = (x) => typeof x; exports.typeof_ = typeof_;