diff --git a/lib/alan.mjs b/lib/alan.mjs index 22e3afe..10a5cdc 100644 --- a/lib/alan.mjs +++ b/lib/alan.mjs @@ -1,4 +1,4 @@ -import { BUFFER, STREAM, convert } from './storage.mjs'; +import { BUFFER, DATAURL, STREAM, convert } from './storage.mjs'; import { create as createUoid } from './uoid.mjs'; import { fileTypeFromBuffer } from 'file-type'; import { loop, end } from './event.mjs';