UNPKG

ts-constrain-type

Version:

A generic constrained identity function

6 lines (5 loc) 174 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.constrain = void 0; const constrain = () => (arg) => arg; exports.constrain = constrain;