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 284 B
import type { WebSocketRequest, BrunoItem } from '../types'; export declare const fromOpenCollectionWebsocketItem: (item: WebSocketRequest) => BrunoItem; export declare const toOpenCollectionWebsocketItem: (item: BrunoItem) => WebSocketRequest; //# sourceMappingURL=websocket.d.ts.map