We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4571b2c + 4a12749 commit a2d6d26Copy full SHA for a2d6d26
1 file changed
lib/shared.js
@@ -1,6 +1,6 @@
1
'use strict'
2
3
-const TYPES = require('./datatypes').TYPES
+const { TYPES } = require('./datatypes')
4
const Table = require('./table')
5
6
let PromiseLibrary = Promise
0 commit comments