Create type definition for 'nested-property' (#4004)

* Create type definition for 'nested-property'

* Follow lint
This commit is contained in:
Acid Chicken (硫酸鶏) 2019-02-01 21:08:49 +09:00 committed by GitHub
parent 27268fd6b7
commit 3b30ad5404
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 2 deletions

View file

@ -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';