import * as data from "./tlds.json"; export function getTLD() { return data.data; } console.log(getTLD());