transcend-io / penumbra

Encrypt/decrypt anything in the browser using streams on background threads.

Home Page:https://penumbra-example.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getTextOrURI return type strange?

michaelfarrell76 opened this issue · comments

is getTextOrURI supposed to be a Promise<>[] not Promise<[]> —- this through me off during implementation

Fixed

function getTextOrURI(files: PenumbraFile[]): Promise<PenumbraTextOrURI>[] {