© 2026 Hedgehog Software, LLC
const input = '600'; const out = type('parse.number')(input) console.log(out) // 600 (number)