UNPKG

plsargs

Version:

😎 Another Argument Parser: But it's supports quotes!

4 lines (3 loc) • 160 B
import { Result } from "./Result"; export declare const ResultType: typeof Result; export declare function plsParseArgs(content: string | string[]): Result;