mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
style: import type
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import {Domain, request} from '.'
|
||||
import type {Domain} from '.'
|
||||
import { request} from '.'
|
||||
|
||||
export async function getDomain(ldhName: string): Promise<Domain> {
|
||||
const response = await request<Domain>({
|
||||
|
||||
Reference in New Issue
Block a user