@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 • 349 B
TypeScript
import type { Environment, BrunoEnvironment } from './types';
export declare const fromOpenCollectionEnvironments: (environments: Environment[] | undefined) => BrunoEnvironment[];
export declare const toOpenCollectionEnvironments: (environments: BrunoEnvironment[] | undefined) => Environment[] | undefined;
//# sourceMappingURL=environment.d.ts.map