UNPKG
precondition
Version:
latest (1.0.0)
1.0.0
For safe coding
ozanturgut/precondition
precondition
/
build_resource
/
module_prefix.js
9 lines
(8 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
(
function
(
exports
) {
if
(
typeof
module
!==
"undefined"
&&
module
.
exports
) {
module
.
exports
=
exports
;
// CommonJS
}
else
{
return
window
.
precondition
=
exports
;
// <script>
} }((
function
(
) {
var
exports
= {};