mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-15 16:10:06 +00:00
docs: fyxed typos and updated docs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Checks if string is in URI format
|
||||
* @param str string to check
|
||||
* Checks if string is in URI format.
|
||||
* @param str - string to check.
|
||||
*/
|
||||
export const isUri = (str: string): boolean => /^\/folders\/folders\//.test(str)
|
||||
|
||||
Reference in New Issue
Block a user