Lanyards is a dedicated profile for researchers, built on the AT Protocol.
at main 5 lines 190 B view raw
1// Type declarations for multiformats package 2// This resolves import issues with the generated AT Protocol types 3declare module 'multiformats/cid' { 4 export { CID } from 'multiformats'; 5}