mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-24 12:32:30 +00:00
5 lines
159 B
TypeScript
5 lines
159 B
TypeScript
// Copyright (C) 2017-2026 Smart code 203358507
|
|
|
|
const toPath = (link: string): string => link.startsWith('#') ? link.slice(1) : link;
|
|
|
|
export default toPath;
|