UNPKG
@tabuckner/random-contrast-compliant-ts
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
This project was bootstrapped with [TSDX](https://github.com/jaredpalmer/tsdx).
@tabuckner/random-contrast-compliant-ts
/
dist
/
index.js
9 lines
(6 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./random-contrast-compliant-ts.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./random-contrast-compliant-ts.cjs.development.js'
) }