File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1818
1919// TypeScript Version: 4.1
2020
21+ /// <reference types="@stdlib/types"/>
22+
23+ import { Collection } from '@stdlib/types/array' ;
24+
2125/**
2226* Interface describing function options.
2327*/
@@ -44,7 +48,7 @@ interface Options {
4448* var str = compile( [ 3.0, 2.0, 1.0 ] );
4549* // returns <string>
4650*/
47- declare function compile ( c : Array < number > , options ?: Options ) : string ;
51+ declare function compile ( c : Collection < number > , options ?: Options ) : string ;
4852
4953
5054// EXPORTS //
Original file line number Diff line number Diff line change 4040 "@stdlib/assert-is-integer" : " ^0.2.1" ,
4141 "@stdlib/fs-read-file" : " ^0.2.1" ,
4242 "@stdlib/string-base-uppercase" : " ^0.2.1" ,
43- "@stdlib/string-replace" : " ^0.2.1"
43+ "@stdlib/string-replace" : " ^0.2.1" ,
44+ "@stdlib/types" : " ^0.3.2"
4445 },
4546 "devDependencies" : {
4647 "@stdlib/array-float64" : " ^0.2.1" ,
You can’t perform that action at this time.
0 commit comments