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