summaryrefslogtreecommitdiff
path: root/south-african-id-parser.js
diff options
context:
space:
mode:
Diffstat (limited to 'south-african-id-parser.js')
-rw-r--r--south-african-id-parser.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/south-african-id-parser.js b/south-african-id-parser.js
index 73450ea..62f5e15 100644
--- a/south-african-id-parser.js
+++ b/south-african-id-parser.js
@@ -1,6 +1,7 @@
(function (global, factory) {
'use strict';
+ /* eslint-disable no-undef */
if (typeof exports === 'object' && typeof module !== 'undefined') {
module.exports = factory();
} else if (typeof define === 'function' && define.amd) {
@@ -8,6 +9,7 @@
} else {
global.saIdParser = factory();
}
+ /* eslint-enable */
}(this, function () {
'use strict';