Interface ScanOSSService

interface ScanOSSService {
    scanContent(content, apiKey?): Promise<ScanOSSResult>;
}

Implemented by

Methods

Methods