session-desktop/ts/util/index.ts

8 lines
168 B
TypeScript
Raw Normal View History

/**
* @prettier
*/
import * as GoogleChrome from './GoogleChrome';
import { missingCaseError } from './missingCaseError';
export { GoogleChrome, missingCaseError };