UNPKG

100 BJavaScriptView Raw
1define( function() {
2 "use strict";
3
4 return ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source;
5} );