UNPKG

@scalar/api-client

Version:

the open source API testing client

3 lines 176 B
/** Checks whether the given string could be an OpenAPI document */ export declare function isDocument(input: string | null): boolean; //# sourceMappingURL=is-document.d.ts.map