Add arrayBufferToObjectURL module

This commit is contained in:
Daniel Gasienica 2018-04-13 22:14:58 -04:00
parent e5d90775d0
commit cad5e417f3
2 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,7 @@
* @prettier
*/
import * as GoogleChrome from './GoogleChrome';
import { arrayBufferToObjectURL } from './arrayBufferToObjectURL';
import { missingCaseError } from './missingCaseError';
export { GoogleChrome, missingCaseError };
export { arrayBufferToObjectURL, GoogleChrome, missingCaseError };