signal-desktop/ts/util/index.ts

9 lines
259 B
TypeScript
Raw Normal View History

/**
* @prettier
*/
import * as GoogleChrome from './GoogleChrome';
2018-04-13 22:14:58 -04:00
import { arrayBufferToObjectURL } from './arrayBufferToObjectURL';
import { missingCaseError } from './missingCaseError';
2018-04-13 22:14:58 -04:00
export { arrayBufferToObjectURL, GoogleChrome, missingCaseError };