nil-zonefile 0.3.0

A library for parsing and creating zonefiles on the new internet.
Documentation
{
  "compilerOptions": {
    "target": "es2020",
    "module": "Node16",
    "moduleResolution": "node16",
    "esModuleInterop": true,
    "strict": true,
    "skipLibCheck": true,
    "forceConsistentCasingInFileNames": true,
    "allowJs": true,
    "outDir": "./dist",
    "baseUrl": ".",
    "paths": {
      "*": ["node_modules/*"],
      "pkg/*": ["pkg/*"]
    }
  },
  "include": ["ts/**/*", "pkg/**/*", "tests/**/*"],
  "exclude": ["node_modules"]
}