8 lines
168 B
TypeScript
8 lines
168 B
TypeScript
![]() |
/**
|
||
|
* @prettier
|
||
|
*/
|
||
|
import * as GoogleChrome from './GoogleChrome';
|
||
|
import { missingCaseError } from './missingCaseError';
|
||
|
|
||
|
export { GoogleChrome, missingCaseError };
|