feat(botvs): the typings declarations for botvs.com

This commit is contained in:
acrazing
2017-08-28 22:42:19 +08:00
parent b84df2925f
commit 58f8f51b41
4 changed files with 4136 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
_N(0, 1);
_C(() => void 0);
Sleep(1e3);
const data: botvs.Record | undefined = void 0;
console.log(data);
TA.Alligator([]);
talib.help('XML');
+4106
View File
File diff suppressed because it is too large Load Diff
+22
View File
@@ -0,0 +1,22 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"botvs-tests.ts"
]
}
+1
View File
@@ -0,0 +1 @@
{ "extends": "dtslint/dt.json" }