Update TS types in definition file

Use the full words for parameters in color methods, not just
`r` and `g`. This make our definitions more self-documented and
allow us to remove @param from comments. This commit also fix
other minor issues.
This commit is contained in:
George Gkasdrogkas 2018-09-18 14:57:39 +03:00
parent a489365c4f
commit 840483a750
No known key found for this signature in database
GPG key ID: 3FCA70FC54D4293F
2 changed files with 10 additions and 49 deletions

View file

@ -61,8 +61,7 @@
"types": "index.d.ts",
"xo": {
"ignores": [
"test/_flow.js",
"*.ts"
"test/_flow.js"
]
}
}