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
/
src
/
index.ts
4 lines
(3 loc)
•
135 B
text/typescript
View Raw
1
2
3
4
export
{ makeZoneFile }
from
'./makeZoneFile'
;
export
{ parseZoneFile }
from
'./parseZoneFile'
;
export
{
ZoneFile
}
from
'./zoneFile'
;