UNPKG

mapbox-gl

Version:
11 lines (9 loc) 290 B
'use strict'; // Turn jsonlint-lines-primitives objects into primitive objects module.exports = function unbundle(value) { if (value instanceof Number || value instanceof String || value instanceof Boolean) { return value.valueOf(); } else { return value; } };