Move top-level functions to Signal.Util
This commit is contained in:
parent
5ec8b1c6e1
commit
c46e1a1519
7 changed files with 12 additions and 4 deletions
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 };
|
Loading…
Add table
Add a link
Reference in a new issue