Sam Therapy
2b7cd9ea73
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
8 lines
350 B
TypeScript
8 lines
350 B
TypeScript
// SPDX-License-Identifier: MIT
|
|
|
|
// Exports for lawl, the library for awl
|
|
export type { QueryResponse, ServerOptions } from "./lib/utils.ts";
|
|
export { isRecordType } from "./lib/utils.ts";
|
|
export { doQuery } from "./lib/query.ts";
|
|
export { parseResponse } from "./lib/response.ts";
|
|
export { parseIPv6, parseNAPTR, parsePTR } from "./lib/reverse.ts";
|