UNPKG

@sasjs/adapter

Version:

JavaScript adapter for SAS

6 lines (5 loc) 160 B
/** * Checks if string is in URI format. * @param str - string to check. */ export const isUri = (str: string): boolean => /^\/folders\/folders\//.test(str)