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 1405a5a..b51d081 100644
--- a/south-african-id-parser.js
+++ b/south-african-id-parser.js
@@ -1,4 +1,6 @@
(function (global, factory) {
+ 'use strict';
+
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
global.saIdParser = factory();