DefinitelyTyped/types/redis/package.json
onejsninja c00200d2ad Add types to allow string array argument for hmset (#33835)
* add missing type

* update test

* add name to Definitions By

* add missing types and update test

* regularize formatting

* remove string[]

* remove duplicate typing

* organized formatting

* Merge branch 'master' of https://github.com/OpesanyaAdebayo/DefinitelyTyped

* remove duplicate typing

* add types and tests for typescript 3.0 upwards

* resolve version conflicts

* resolve version conflict

* resolve formatting

* remove new types from older version

* remove header from submodule
2019-03-13 14:48:01 -07:00

11 lines
167 B
JSON

{
"private": true,
"types": "index",
"typesVersions": {
">=3.1.0-0": {
"*": [
"ts3.1/*"
]
}
}
}