Lanyards is a dedicated profile for researchers, built on the AT Protocol.
at main 7 lines 211 B view raw
1/** 2 * Lanyard API Client 3 * Re-exports generated client and factory functions 4 */ 5 6export { AtpBaseClient } from '@/types/generated'; 7export { createLanyardClient, createPublicLanyardClient } from './factory';