6 lines
161 B
TypeScript
6 lines
161 B
TypeScript
import { LayerrOptions } from "./types.js";
|
|
export declare function parseArguments(args: Array<any>): {
|
|
options: LayerrOptions;
|
|
shortMessage: string;
|
|
};
|