Create new type definition for 'ms' (#4057)

* Create new type definition for 'ms'

* Follow lint
This commit is contained in:
Acid Chicken (硫酸鶏)
2019-02-02 00:16:27 +09:00
committed by syuilo
parent 9c106022ae
commit da1a238be3
14 changed files with 24 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ import * as nodemailer from 'nodemailer';
import fetchMeta from '../../../../misc/fetch-meta';
import rndstr from 'rndstr';
import config from '../../../../config';
const ms = require('ms');
import * as ms from 'ms';
import * as bcrypt from 'bcryptjs';
export const meta = {