UNPKG

@appello/services

Version:

Services package with api / graphql

7 lines (6 loc) 186 B
import { Nillable } from '@appello/common'; export declare function getAuthorizationHeader(token: Nillable<string>): { Authorization: string; } | { Authorization?: undefined; };