UNPKG

@har-sdk/core

Version:

The base package can be used to import specification files (i.e. HAR, OAS and Postman Collection) and detect their type.

5 lines (4 loc) 171 B
import { SyntaxErrorDetails } from './SyntaxErrorDetails'; export interface SyntaxErrorDetailsExtractor { extract(error: Error, source: string): SyntaxErrorDetails; }