UNPKG

crystalline

Version:

A modern utility library with a strong emphasis on readability. Make your code crystal clear.

6 lines (5 loc) 242 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.clamp = void 0; var clamp_1 = require("./clamp"); Object.defineProperty(exports, "clamp", { enumerable: true, get: function () { return clamp_1.clamp; } });