telebot
Version:
The easy way to write Telegram bots.
28 lines (27 loc) • 577 B
JSON
{
"name": "jest-get-type",
"description": "A utility function to get the type of a value",
"version": "25.2.6",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-get-type"
},
"engines": {
"node": ">= 8.3"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"publishConfig": {
"access": "public"
},
"gitHead": "43207b743df164e9e58bd483dd9167b9084da18b"
}