mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added matchAll property
This commit is contained in:
Vendored
+2
-1
@@ -8,7 +8,8 @@ declare type Callback = () => void;
|
||||
interface ISatnavOptions {
|
||||
html5?: boolean,
|
||||
force?: boolean,
|
||||
poll?: number
|
||||
poll?: number,
|
||||
matchAll?: boolean
|
||||
}
|
||||
|
||||
interface INavigationOptions {
|
||||
|
||||
Reference in New Issue
Block a user