Create type definition for 'nested-property' (#4004)
* Create type definition for 'nested-property' * Follow lint
This commit is contained in:

committed by
GitHub

parent
27268fd6b7
commit
3b30ad5404
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
|
||||
import * as moment from 'moment';
|
||||
const nestedProperty = require('nested-property');
|
||||
import * as nestedProperty from 'nested-property';
|
||||
import autobind from 'autobind-decorator';
|
||||
import * as mongo from 'mongodb';
|
||||
import db from '../db/mongodb';
|
||||
|
Reference in New Issue
Block a user