NeahNew/node_modules/layerr/dist/tools.d.ts
2025-05-03 14:17:46 +02:00

6 lines
161 B
TypeScript

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