UNPKG

123 BJavaScriptView Raw
1define( [
2 "./cssExpand"
3], function( cssExpand ) {
4 "use strict";
5
6 return new RegExp( cssExpand.join( "|" ), "i" );
7} );