UNPKG

@scalar/api-client

Version:

the open source API testing client

10 lines (9 loc) 185 B
import { analyticsFactory as a } from "@scalar/analytics-client"; const c = a( "https://api.scalar.com", () => null // There is no auth to return. ); export { c as analytics };