mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-13 15:54:39 +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