UNPKG

@scalar/api-client

Version:

the open source API testing client

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