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
/
createConfig.d.ts
3 lines
(2 loc)
•
116 B
TypeScript
View Raw
1
2
3
import
{
BINDCONFIG
}
from
'./types'
;
export
declare
const
generateConfig
:
(
config
: BINDCONFIG
) =>
Promise
<
string
>;