@xmtp/content-type-remote-attachment
Version:
An XMTP content type to support sending file attachments that are stored off network
7 lines (6 loc) • 333 B
text/typescript
/***********************************************************************************************
* DO NOT IMPORT THIS FILE DIRECTLY
***********************************************************************************************/
const crypto = window.crypto;
export type CryptoKey = typeof window.CryptoKey;
export default crypto;