Add arrayBufferToObjectURL
module
This commit is contained in:
parent
e5d90775d0
commit
cad5e417f3
2 changed files with 17 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue