UNPKG

wrapping-letters-react

Version:

SIMPLIFY THE JOB OF WRAPPING LETTERS IN HTML TAGS WITH WRAPPING-LETTERS

11 lines (9 loc) 220 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.whatItIs = whatItIs; // This function is to know what it is. function whatItIs(it) { return Object.prototype.toString.call(it); }