UNPKG

@usebruno/converters

Version:

The converters package is responsible for converting collections from one format to a Bruno collection. It can be used as a standalone package or as a part of the Bruno framework.

4 lines 333 B
import type { Assertion, BrunoKeyValue } from '../types'; export declare const fromOpenCollectionAssertions: (assertions: Assertion[] | undefined) => BrunoKeyValue[]; export declare const toOpenCollectionAssertions: (assertions: BrunoKeyValue[] | null | undefined) => Assertion[] | undefined; //# sourceMappingURL=assertions.d.ts.map