mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[urijs] Ensure compatibility with node.js environment (#36536)
This commit is contained in:
parent
9075fd92d9
commit
71c2f3c003
4
types/urijs/index.d.ts
vendored
4
types/urijs/index.d.ts
vendored
@ -15,6 +15,10 @@
|
||||
// - rxjs: https://github.com/ReactiveX/rxjs/issues/1986
|
||||
/// <reference path="./dom-monkeypatch.d.ts" />
|
||||
|
||||
// Compatability with node.js
|
||||
// tslint:disable-next-line:no-empty-interface
|
||||
interface HTMLElement { }
|
||||
|
||||
declare namespace uri {
|
||||
interface URI {
|
||||
absoluteTo(path: string | URI): URI;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user