UNPKG

tripledoc

Version:

Library to read, create and update documents on a Solid Pod

5 lines (4 loc) 228 B
var $export = require('./_export'); var $parseFloat = require('./_parse-float'); // 20.1.2.12 Number.parseFloat(string) $export($export.S + $export.F * (Number.parseFloat != $parseFloat), 'Number', { parseFloat: $parseFloat });