UNPKG

oss-client

Version:

Aliyun OSS(Object Storage Service) Node.js Client

6 lines (5 loc) 163 B
/** * Get Unix's timestamp in seconds * 一个 Unix 时间戳(自UTC时间1970年01月01号开始的秒数) */ export declare function timestamp(): number;