文件名称:weebts:Weeb.sh周围的打字稿包装器
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-22 11:43:19
TypeScript
威宝 围绕weeb.sh的Typescript包装器,可在TS和JS中使用。 用法示例: 打字稿: import { Client , TokenType : { Wolke } } from 'weebts' ; const client : Client = new Client ( { token : "Your-Super-Secret-Token" , tokenType : Wolke } ) ; client . getRandom ( { type : 'some_type' } ) . then ( console . log ) . catch ( console . error ) ; Javascript: const { Client , TokenType : { Wolke } } = require ( 'weebts' ) ; const c
【文件预览】:
weebts-master
----yarn.lock(8KB)
----src()
--------index.ts(148B)
--------responses()
--------util()
--------structures()
----.npmignore(82B)
----tsconfig.json(860B)
----LICENSE(1KB)
----tslint.json(2KB)
----README.md(595B)
----.gitignore(929B)
----package.json(488B)