All code annotations have been completed.

This commit is contained in:
Revone 2023-08-12 11:34:20 +08:00
parent 22a4e4136d
commit 72c4b7ad2b
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,7 @@
/**
* @copyright 2030 Tyler Zeng <zrwusa@gmail.com>
* @license MIT
*/
export const THUNK_SYMBOL = Symbol('thunk')
export const isThunk = (fnOrValue: any) => {