UNPKG
@gram-data/gram-ops
Version:
alpha (0.4.0-alpha.8)
latest (0.3.11)
0.4.0-alpha.8
0.4.0-alpha.6
0.4.0-alpha.5
0.4.0-alpha.4
0.4.0-alpha.3
0.4.0-alpha.2
0.4.0-alpha.1
0.3.11
0.3.10
0.3.9
0.3.9-alpha.2
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.2
0.3.1
0.2.18
0.2.17
0.2.15
0.2.14
0.2.13
0.2.13-alpha.1
0.2.12
0.2.11
0.2.10
0.2.9
gram data graph operations
gram-data.github.io/gram-js/api/modules/gram-ops
gram-data/gram-js
@gram-data/gram-ops
/
dist
/
index.js
9 lines
(6 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./gram-ops.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./gram-ops.cjs.development.js'
) }