UNPKG

@scalar/oas-utils

Version:

Open API spec and Yaml handling utilities

4 lines 282 B
import type { SecurityScheme } from '@scalar/types/entities'; /** Pass in a security scheme and it will return true if it has a token or value depending on the scheme type */ export declare const hasToken: (scheme: SecurityScheme) => Boolean; //# sourceMappingURL=has-token.d.ts.map