Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Elin Angelow committed Jan 4, 2024
1 parent 6e25aa8 commit 8ee9d57
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions types/lib/methods/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,3 @@ declare function Methods({ wires, list: externalList, config }: {
list: any;
config?: {};
}): import('./types.js').Api;
declare namespace Methods {
export { AddValue };
}
type AddValue = {
fn: import('../types.js').messageFn;
};

0 comments on commit 8ee9d57

Please sign in to comment.