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.

9 lines (8 loc) 663 B
export { fromOpenCollectionAuth, toOpenCollectionAuth } from './auth'; export { fromOpenCollectionHeaders, toOpenCollectionHeaders } from './headers'; export { fromOpenCollectionParams, toOpenCollectionParams } from './params'; export { fromOpenCollectionBody, toOpenCollectionBody, toOpenCollectionGraphqlBody } from './body'; export { fromOpenCollectionVariables, toOpenCollectionVariables } from './variables'; export { fromOpenCollectionActions, toOpenCollectionActions } from './actions'; export { fromOpenCollectionScripts, toOpenCollectionScripts } from './scripts'; export { fromOpenCollectionAssertions, toOpenCollectionAssertions } from './assertions';