Move top-level functions to `Signal.Util`
parent
5ec8b1c6e1
commit
c46e1a1519
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @prettier
|
* @prettier
|
||||||
*/
|
*/
|
||||||
import * as MIME from './types/MIME';
|
import * as MIME from '../types/MIME';
|
||||||
|
|
||||||
interface MIMETypeSupportMap {
|
interface MIMETypeSupportMap {
|
||||||
[key: string]: boolean;
|
[key: string]: boolean;
|
@ -0,0 +1,7 @@
|
|||||||
|
/**
|
||||||
|
* @prettier
|
||||||
|
*/
|
||||||
|
import * as GoogleChrome from './GoogleChrome';
|
||||||
|
import { missingCaseError } from './missingCaseError';
|
||||||
|
|
||||||
|
export { GoogleChrome, missingCaseError };
|
Loading…
Reference in New Issue