UNPKG
@thenewboston/utils
Version:
latest (1.0.1)
1.0.1
1.0.0
Utility files for the thenewboston community
github.com/thenewboston-developers/utils-js
@thenewboston/utils
/
dist
/
index.js
9 lines
(6 loc)
•
188 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./utils.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./utils.cjs.development.js'
) }