UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

8 lines (7 loc) 290 B
export type BearerToken = string; declare function toAuthorizationHeader(token: string | undefined): string | undefined; export declare const BearerToken: { toAuthorizationHeader: typeof toAuthorizationHeader; fromAuthorizationHeader: (header: string) => BearerToken; }; export {};