UNPKG

ts-zone-file

Version:

This module is designed for manaing a BIND name server.

3 lines (2 loc) 117 B
import { BINDCONFIG } from './types'; export declare const parseBINDConfig: (config: string) => Promise<BINDCONFIG>;