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 254 B
import type { GrpcRequest, BrunoItem } from '../types'; export declare const fromOpenCollectionGrpcItem: (item: GrpcRequest) => BrunoItem; export declare const toOpenCollectionGrpcItem: (item: BrunoItem) => GrpcRequest; //# sourceMappingURL=grpc.d.ts.map