We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用环境: node.js, 使用了NODE.JS SDK,版本 7.2.2 sdk 安装方式:
yarn add qiniu
以下代码是typescript代码
import * as qiniu from 'qiniu' const qiniu_credentials = new qiniu.Credentials(qiniu_ak, qiniu_sk)
提示:
Property 'Credentials' does not exist on type 'typeof import("/xxxx/node_modules/qiniu/index")'
The text was updated successfully, but these errors were encountered:
已提交PR[#352 ]
Sorry, something went wrong.
No branches or pull requests
使用环境:
node.js, 使用了NODE.JS SDK,版本 7.2.2
sdk 安装方式:
以下代码是typescript代码
提示:
Property 'Credentials' does not exist on type 'typeof import("/xxxx/node_modules/qiniu/index")'
The text was updated successfully, but these errors were encountered: