mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
> const uri = new URI("http://example.org/foo/hello.html");
>
> uri.segment(0)
> => "foo"
>
> uri.segment(5)
> => undefined
> const uri = new URI("http://example.org/foo/hello.html");
>
> uri.segment(0)
> => "foo"
>
> uri.segment(5)
> => undefined