UNPKG

contentful-sdk-core

Version:
3 lines (2 loc) 149 B
import type { AxiosInstance } from './types.js'; export default function asyncToken(instance: AxiosInstance, getToken: () => Promise<string>): void;