UNPKG

@nodesecure/cli

Version:
9 lines (7 loc) 166 B
// Import Third-party Dependencies import { getJSON } from "@nodesecure/vis-network"; export class i18n { async fetch() { return await getJSON("/i18n"); } }