signal-desktop/ts/util/index.ts

9 lines
259 B
TypeScript
Raw Normal View History

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