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