UNPKG
ts-zone-file
Version:
latest (3.4.5)
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.0
3.2.0
3.1.0
3.0.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
This module is designed for manaing a BIND name server.
ts-zone-file
/
lib
/
index.d.ts
6 lines
(5 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
5
6
export
*
from
'./parseZone'
;
export
*
from
'./createZone'
;
export
*
from
'./parseConfig'
;
export
*
from
'./createConfig'
;
export
*
from
'./types'
;