https://github.com/wechaty/wechaty-type-checker
https://github.com/wechaty/wechaty-type-checker
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wechaty/wechaty-type-checker
- Owner: wechaty
- Created: 2020-05-15T14:32:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-15T16:34:47.000Z (about 6 years ago)
- Last Synced: 2025-08-09T19:05:09.967Z (12 months ago)
- Language: TypeScript
- Size: 1.26 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wechaty type checker

Make it simple to get wechaty type
- Contact
- Room
- Offical Account
- WeChat Work Contact
- WeChat Work Room
...
## Install
```shell
npm install wechaty-type-checker
```
## Run
```ts
import { isOfficialId } from 'wechaty-type-checker'
const result = isOfficialId('bot-sentry')
if (result) {
console.log('bot sentry is official account')
}
```