UNPKG

@khulnasoft.com/dev-tools

Version:

KhulnaSoft Visual CMS Devtools

4 lines (3 loc) 168 B
import type { DevToolsSys } from "../../types"; import type { CLIArgs } from "../index"; export declare const runAuthStatus: (sys: DevToolsSys, args: CLIArgs) => void;