UNPKG

contract-scraper

Version:

A customisable data scraper for the web based on JSON contracts

11 lines (10 loc) 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (inputValue) => { if (inputValue === undefined || inputValue === null || inputValue.trim().length === 0) { return null; } return inputValue.trim(); };