Fix: Import the missing function

This commit is contained in:
syuilo 2017-01-31 00:35:04 +09:00
parent e5c2672171
commit 2e3e5d3368

View File

@ -1,5 +1,6 @@
import * as URL from 'url';
import nullOrEmpty from './utils/null-or-empty';
import clip from './utils/clip';
const escapeRegExp = require('escape-regexp');