mono/packages/osrl/options.d.ts
2025-12-30 16:33:03 +01:00

5 lines
286 B
TypeScript

import { IProfile } from '@plastichub/osr-commons';
import { IOptions } from './types';
export declare const parseProfile: (profilePath: string, profile: IProfile, options: IOptions, rel?: string) => IProfile;
export declare const parse: (options: IOptions, argv: any) => IOptions;