Skip to content

Commit

Permalink
Document insert API
Browse files Browse the repository at this point in the history
  • Loading branch information
bripkens committed Feb 3, 2020
1 parent e22aac5 commit 3c640ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions formalistic.d.ts
Expand Up @@ -90,6 +90,7 @@ export interface ListForm {
readonly hierarchyValid: boolean;

push(item: Item): ListForm;
insert(index: number, item: Item): ListForm;
set(index: number, item: Item): ListForm;
unshift(item: Item): ListForm;
remove(index: number): ListForm;
Expand Down

0 comments on commit 3c640ab

Please sign in to comment.