mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-27 20:40:07 +00:00
Fix compile error with es6 target
This commit is contained in:
1
ndarray/ndarray.d.ts
vendored
1
ndarray/ndarray.d.ts
vendored
@@ -31,5 +31,6 @@ declare module 'ndarray' {
|
||||
|
||||
function ndarray(data: Data, shape?: number[], stride?: number[], offset?: number): ndarray;
|
||||
|
||||
namespace ndarray { }
|
||||
export = ndarray;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user