Neah/node_modules/layerr/dist/tools.d.ts
2025-04-24 19:10:05 +02:00

6 lines
161 B
TypeScript

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