Create new type definition for 'ms' (#4057)
* Create new type definition for 'ms' * Follow lint
This commit is contained in:
parent
9c106022ae
commit
da1a238be3
14 changed files with 24 additions and 13 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import * as mongo from 'mongodb';
|
||||
import $ from 'cafy'; import ID, { transform } from '../../../../../misc/cafy-id';
|
||||
import define from '../../../define';
|
||||
const ms = require('ms');
|
||||
import * as ms from 'ms';
|
||||
import deleteReaction from '../../../../../services/note/reaction/delete';
|
||||
import { IUser } from '../../../../../models/user';
|
||||
import { getValiedNote } from '../../../common/getters';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue