Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pnum.js « var « src « jquery « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 407044724e1b6a876f77c026759670de6d913017 (plain)
1
2
3
define(function() {
	return (/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/).source;
});