1 2 3 4 5 6 7
import {Transport} from './index' export function createBitdriftTransport(): Transport { return (_level, _message) => { // noop } }