UNPKG

@apideck/portman

Version:

Port OpenAPI Spec to Postman Collection, with contract & variation tests included

4 lines (3 loc) 218 B
import * as Either from 'fp-ts/lib/Either'; import { PortmanConfig } from '../types'; export declare const getConfig: (configPath: string | undefined) => Promise<Either.Either<Record<string, unknown>, PortmanConfig>>;