Skip to content

Commit

Permalink
chore(types): VowTools in tools.js
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jun 19, 2024
1 parent fc33238 commit ed2317c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/vow/src/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ export const prepareVowTools = (zone, powers = {}) => {
return harden({ when, watch, makeVowKit, allVows });
};
harden(prepareVowTools);

/** @typedef {ReturnType<typeof prepareVowTools>} VowTools */
2 changes: 0 additions & 2 deletions packages/vow/src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,3 @@ export {};
* @property {(value: T, context?: C) => Vow<TResult1> | PromiseVow<TResult1> | TResult1} [onFulfilled]
* @property {(reason: any) => Vow<TResult2> | PromiseVow<TResult2> | TResult2} [onRejected]
*/

/** @typedef {ReturnType<typeof prepareVowTools>} VowTools */

0 comments on commit ed2317c

Please sign in to comment.