UNPKG

@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
/*********************************************************************************************** * DO NOT IMPORT THIS FILE DIRECTLY ***********************************************************************************************/ const crypto = window.crypto; export type CryptoKey = typeof window.CryptoKey; export default crypto;