UNPKG

@scalar/api-client

Version:

the open source API testing client

5 lines 152 B
/** * Checks whether the given string is an URL **/ export declare function isUrl(input: string | null): boolean; //# sourceMappingURL=is-url.d.ts.map