mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-08 13:00:05 +00:00
3 lines
88 B
TypeScript
3 lines
88 B
TypeScript
export const isRelativePath = (uri: string): boolean =>
|
|
!!uri && !uri.startsWith('/')
|