mirror of
https://github.com/JonnyBro/JaBa.git
synced 2025-02-08 18:44:11 +05:00
6 lines
100 B
JavaScript
6 lines
100 B
JavaScript
|
define( function() {
|
||
|
"use strict";
|
||
|
|
||
|
return ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source;
|
||
|
} );
|