UNPKG
@stdlib/array-zeros
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
0.0.1
Create a zero-filled array having a specified length.
stdlib.io
stdlib-js/array-zeros
@stdlib/array-zeros
/
dist
/
index.d.ts
3 lines
•
106 B
TypeScript
View Raw
1
2
3
/// <reference path="../docs/types/index.d.ts" />
import
zeros
from
'../docs/types/index'
;
export
= zeros;