Skip to main content
Module

x/registerable/cli/mod.ts>checkNameWithLog

Check if it can be registered as a package name or domain name
Latest
variable checkNameWithLog
import { checkNameWithLog } from "https://deno.land/x/registerable@v1.3.2/cli/mod.ts";

type

(name: string, option?: Partial<CommandLine>) => Promise<void>