UNPKG

spotify-ts-wrapper

Version:

Spotify TypeScript wrapper.

9 lines (8 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createSpotifyAuthorizationContext = createSpotifyAuthorizationContext; function createSpotifyAuthorizationContext(accessToken) { return { Authorization: `Bearer ${accessToken}`, }; }