UNPKG
@fungible-systems/zone-file
Version:
latest (2.0.0)
2.0.0
A DNS zone file parser and generator
github.com/blockstack/zone-file-js
blockstack/zone-file-js
@fungible-systems/zone-file
/
dist
/
index.js
9 lines
(6 loc)
•
196 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./zone-file.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./zone-file.cjs.development.js'
) }