We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c3194 commit 0c7f0d5Copy full SHA for 0c7f0d5
index.js
@@ -46,4 +46,14 @@ exports.__defineGetter__('createPoolClusterPromise', function () {
46
return require('./promise.js').createPoolCluster;
47
});
48
49
-module.exports.Types = require('./lib/constants/types.js');
+exports.__defineGetter__('Types', function () {
50
+ return require('./lib/constants/types.js');
51
+});
52
+
53
+exports.__defineGetter__('Charsets', function () {
54
+ return require('./lib/constants/charsets.js');
55
56
57
+exports.__defineGetter__('CharsetToEncoding', function () {
58
+ return require('./lib/constants/charset_encodings.js');
59
0 commit comments