UNPKG
slashjs
Version:
latest (1.0.0)
1.0.0
0.1.0
Slash Hash Function
github.com/kbrsh/slashjs
kbrsh/slashjs
slashjs
/
src
/
wrapper.js
8 lines
(7 loc)
•
244 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
(
function
(
root, factory
) {
/* ======= Global Slash ======= */
(
typeof
module
===
"object"
&&
module
.
exports
) ?
module
.
exports
=
factory
() : root.
Slash
=
factory
(); }(
this
,
function
(
) {
//=require ../dist/slash.js
return
Slash
; }));