UNPKG

@0xpolygonid/js-sdk

Version:
4 lines (3 loc) 194 B
import { AcceptProfile } from '../types'; export declare const buildAccept: (profiles: AcceptProfile[]) => string[]; export declare const parseAcceptProfile: (profile: string) => AcceptProfile;