7 lines
168 B
TypeScript
7 lines
168 B
TypeScript
/**
|
|
* @prettier
|
|
*/
|
|
import * as GoogleChrome from './GoogleChrome';
|
|
import { missingCaseError } from './missingCaseError';
|
|
|
|
export { GoogleChrome, missingCaseError };
|