mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
first, small commit :) mrdoob's stats
This commit is contained in:
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* @author mrdoob / http://mrdoob.com/
|
||||
* stats.js - http://github.com/mrdoob/stats.js
|
||||
*/
|
||||
declare class Stats {
|
||||
|
||||
REVISION: number;
|
||||
|
||||
domElement: HTMLDivElement;
|
||||
|
||||
setMode(value: number): void;
|
||||
|
||||
begin(): void;
|
||||
|
||||
end(): number;
|
||||
|
||||
update(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user