UNPKG
better-qiniu-cli
Version:
latest (1.1.1)
1.1.1
1.0.3
1.0.2
1.0.1
0.2.1
0.2.0
0.1.1
0.1.0
0.0.2
0.0.1
更好的 Node.js 七牛云命令行工具。
github.com/fjc0k/better-qiniu-cli
fjc0k/better-qiniu-cli
better-qiniu-cli
/
lib
/
modules
/
refreshCdnCache.d.ts
7 lines
(6 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ModuleFunction
}
from
'../types'
;
export
interface
RefreshCdnCacheOptions
{
files
?:
string
[];
dirs
?:
string
[]; }
export
declare
const
refreshCdnCache
:
ModuleFunction
<
RefreshCdnCacheOptions
>;