UNPKG

@f5io/jsont

Version:

Transform JSON Objects with ES6/2015 template strings

12 lines (10 loc) 277 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); const isUndefined = exports.isUndefined = function (o) { return typeof o === 'undefined'; }; const isMirror = exports.isMirror = function (s) { return s.raw.length === 1 && s.raw[0] === ''; };