utils: import directly from utils
it is not worth to import everything from utils, as there are too many functions, better import them directly from each module.pull/72/head
parent
495e755844
commit
70fb0da35a
@ -1,4 +0,0 @@
|
||||
export {zeroLeadingBitsCount} from './crypto';
|
||||
export {elem, elemCanvas, elemShrink, parseTextContent} from './dom';
|
||||
export {bounce, dateTime, formatTime} from './time';
|
||||
export {getHost, getNoxyUrl, isHttpUrl, isWssUrl} from './url';
|
Loading…
Reference in New Issue