ray-template/mock/shared/database.ts
XiaoDaiGua-Ray 018f4a9aca mock
2023-08-11 21:50:58 +08:00

15 lines
250 B
TypeScript

/**
*
* @author Ray <https://github.com/XiaoDaiGua-Ray>
*
* @date 2023-08-11
*
* @workspace ray-template
*
* @remark 今天也是元气满满撸代码的一天
*/
export function array(length: number) {
return new Array(length).fill(0)
}