wingman-monitor
Version:
Runtime error monitoring package with React provider that automatically reports errors to webhook endpoints
9 lines • 306 B
TypeScript
/**
* Gets the stored access token from .wingman.json
*/
export declare function getStoredAccessToken(): Promise<string | null>;
/**
* Requires that an access token exists, throws if not found
*/
export declare function requireAccessToken(): Promise<string>;
//# sourceMappingURL=tokenResolver.d.ts.map