/** * This package contains utilities for asserting that a JavaScript environment supports certain * features necessary for the operation of the Solana JavaScript SDK. * * @packageDocumentation */ export * from './crypto'; export * from './subtle-crypto'; //# sourceMappingURL=index.d.ts.map