Create type definition for 'deepcopy' (#4000)

This commit is contained in:
Acid Chicken (硫酸鶏) 2019-02-01 19:56:16 +09:00 committed by Aya Morisawa
parent 2dc4696b0a
commit 2f72c38516
19 changed files with 35 additions and 18 deletions

View file

@ -1,5 +1,5 @@
import * as mongo from 'mongodb';
const deepcopy = require('deepcopy');
import * as deepcopy from 'deepcopy';
import rap from '@prezzemolo/rap';
import db from '../db/mongodb';
import isObjectId from '../misc/is-objectid';