mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
pass npm run all in new definition-tester
This commit is contained in:
Vendored
-2
@@ -4,7 +4,6 @@
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../geometry-dom/geometry-dom.d.ts" />
|
||||
/// <reference path="../es6-promise/es6-promise.d.ts" />
|
||||
|
||||
declare type VREye = string;
|
||||
|
||||
@@ -172,4 +171,3 @@ interface Navigator {
|
||||
*/
|
||||
getVRDevices(): Promise<Array<WebVRApi.VRDevice>>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user