UNPKG

pragmatic-fp-ts

Version:

Opinionated functional programming library with easy use in mind

8 lines (7 loc) 177 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.trim = void 0; function trim(text) { return (text || "").trim(); } exports.trim = trim;