Create new type definition for 'escape-regexp' (#4058)

This commit is contained in:
Acid Chicken (硫酸鶏)
2019-02-03 22:21:47 +09:00
committed by GitHub
parent 014b58cb40
commit ceda3dd72a
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import $ from 'cafy';
const escapeRegexp = require('escape-regexp');
import * as escapeRegexp from 'escape-regexp';
import User, { pack, validateUsername, IUser } from '../../../../models/user';
import define from '../../define';