mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
5 lines
126 B
JavaScript
5 lines
126 B
JavaScript
'use strict';
|
|
const scopedRegex = require('scoped-regex');
|
|
|
|
module.exports = input => scopedRegex({exact: true}).test(input);
|