3 lines
115 B
TypeScript
3 lines
115 B
TypeScript
import { Options } from './types';
|
|
export declare function checkOSSPaths(paths: string[], options: Options): void;
|