UNPKG

@2bad/bitrix

Version:

Bitrix24 REST API client that doesn't suck

7 lines (6 loc) 235 B
import { BeforeRequestHook } from 'got'; /** * Got can't merge `query` option with other queries if they are string. But that hook can. */ declare const _default: (accessToken?: string) => BeforeRequestHook; export default _default;