mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 10:35:22 +08: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