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 268 B
import type { Auth, BrunoAuth } from '../types'; export declare const fromOpenCollectionAuth: (auth: Auth | undefined) => BrunoAuth; export declare const toOpenCollectionAuth: (auth: BrunoAuth | null | undefined) => Auth | undefined; //# sourceMappingURL=auth.d.ts.map