Skip to content

Commit a9327ef

Browse files
author
Steve Thompson
committed
Working on getting rid of redundant dependencies downloaded by npm
1 parent c2412b9 commit a9327ef

File tree

3 files changed

+602
-94
lines changed

3 files changed

+602
-94
lines changed

dist/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export declare function getPublicArray(array?: any[]): any;

dist/privy/PublicArray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var __extends = (this && this.__extends) || (function () {
55
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
66
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
77
return extendStatics(d, b);
8-
}
8+
};
99
return function (d, b) {
1010
extendStatics(d, b);
1111
function __() { this.constructor = d; }

0 commit comments

Comments
 (0)