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
/
parseZoneFile.d.ts
3 lines
(2 loc)
•
116 B
TypeScript
View Raw
1
2
3
import
{
ZoneFileObject
}
from
'./zoneFile'
;
export
declare
function
parseZoneFile
(
text
:
string
):
ZoneFileObject
;