Create type definition for 'deepcopy' (#4000)
This commit is contained in:
parent
2dc4696b0a
commit
2f72c38516
19 changed files with 35 additions and 18 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue