UNPKG

@sasjs/adapter

Version:

JavaScript adapter for SAS

6 lines (5 loc) 133 B
/** * Checks if string is in URL format. * @param str - string to check. */ export declare const isUrl: (str: string) => boolean;