Skip to content

Commit a2d6d26

Browse files
authored
Merge pull request #1729 from Fdawgs/patch-1
style(lib/shared): destructure datatypes import
2 parents 4571b2c + 4a12749 commit a2d6d26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/shared.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
const TYPES = require('./datatypes').TYPES
3+
const { TYPES } = require('./datatypes')
44
const Table = require('./table')
55

66
let PromiseLibrary = Promise

0 commit comments

Comments
 (0)