UNPKG

@allthings/sdk

Version:
4 lines (3 loc) 190 B
import { IOAuthToken } from './types'; declare const makeFetchTokenRequester: (url: string) => (params: Record<string, any>) => Promise<IOAuthToken>; export default makeFetchTokenRequester;