feat: Change structure to IIFE
For now use it as a standalone JavaScript plugin.
This commit is contained in:
parent
0c2bb7a7f7
commit
090514fc1b
1 changed files with 9 additions and 5 deletions
14
index.js
14
index.js
|
|
@ -1,5 +1,9 @@
|
|||
module.exports = {
|
||||
hippie: {
|
||||
brand: "|-| | |^ |^ | [- "
|
||||
}
|
||||
}
|
||||
const HIPPIE = (function () {
|
||||
'use strict';
|
||||
|
||||
return {
|
||||
hippie: {
|
||||
brand: '|-| | |^ |^ | [- '
|
||||
}
|
||||
};
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue