Merge pull request #24126 from aluanhaddad/patch-3

add Ora.prototype.frameIndex
This commit is contained in:
Arthur Ozga
2018-03-15 13:22:52 -07:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -119,6 +119,8 @@ declare class Ora {
text: string;
color: Color;
frameIndex: number;
}
interface oraFactory {

View File

@@ -14,10 +14,11 @@
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true
},
"files": [
"index.d.ts",
"ora-tests.ts"
]
}
}