Move top-level functions to Signal.Util

This commit is contained in:
Daniel Gasienica 2018-04-13 17:54:53 -04:00
parent 5ec8b1c6e1
commit c46e1a1519
7 changed files with 12 additions and 4 deletions

7
ts/util/index.ts Normal file
View file

@ -0,0 +1,7 @@
/**
* @prettier
*/
import * as GoogleChrome from './GoogleChrome';
import { missingCaseError } from './missingCaseError';
export { GoogleChrome, missingCaseError };