Skip to content

Commit

Permalink
Small change to index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Thompson committed Mar 12, 2019
1 parent dc21555 commit bcca076
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ export declare class PublicArray extends PublicArrayContent {
readonly replace: any;
readonly sort: any;

private _filter;
private _getConverted;
private _get;
private _getAndRemove;
private _insert;
private _remove;
private _replace;
private _sort;
private __filter;
private __getConverted;
private __get;
private __getAndRemove;
private __insert;
private __remove;
private __replace;
private __sort;


constructor(data?: any[]);
Expand Down

0 comments on commit bcca076

Please sign in to comment.