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

View file

@ -3,7 +3,7 @@
*/
import is from '@sindresorhus/is';
import * as GoogleChrome from '../GoogleChrome';
import * as GoogleChrome from '../util/GoogleChrome';
import { MIMEType } from './MIME';
export interface Attachment {