UNPKG

@0xcert/utils

Version:

General utility module with common helper functions.

8 lines 230 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toFloat = void 0; function toFloat(val) { return parseFloat(`${val}`) || 0; } exports.toFloat = toFloat; //# sourceMappingURL=to-float.js.map