Home
last modified time | relevance | path

Searched refs:INTEGER_PATTERN (Results 1 – 1 of 1) sorted by relevance

/plugin/asciidocjs/node_modules/clean-css/lib/options/
Drounding-precision.js3 var INTEGER_PATTERN = /^\d+$/; variable
52 if (typeof source == 'string' && INTEGER_PATTERN.test(source)) {