mirror of
https://github.com/JonnyBro/JaBa.git
synced 2025-03-16 20:09:38 +05:00
6 lines
100 B
JavaScript
6 lines
100 B
JavaScript
![]() |
define( function() {
|
||
|
"use strict";
|
||
|
|
||
|
return ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source;
|
||
|
} );
|