mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Move top-level functions to Signal.Util
This commit is contained in:
7
ts/util/index.ts
Normal file
7
ts/util/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* @prettier
|
||||
*/
|
||||
import * as GoogleChrome from './GoogleChrome';
|
||||
import { missingCaseError } from './missingCaseError';
|
||||
|
||||
export { GoogleChrome, missingCaseError };
|
||||
Reference in New Issue
Block a user