更新
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import Emitter = require('./Emitter');
|
||||
|
||||
declare namespace dpr {
|
||||
interface IDpr extends Emitter {
|
||||
get(): number;
|
||||
}
|
||||
}
|
||||
declare const dpr: dpr.IDpr;
|
||||
|
||||
export = dpr;
|
||||
Reference in New Issue
Block a user