mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2024-11-23 12:54:04 +00:00
All code annotations have been completed.
This commit is contained in:
parent
22a4e4136d
commit
72c4b7ad2b
|
@ -1,3 +1,7 @@
|
|||
/**
|
||||
* @copyright 2030 Tyler Zeng <zrwusa@gmail.com>
|
||||
* @license MIT
|
||||
*/
|
||||
export const THUNK_SYMBOL = Symbol('thunk')
|
||||
|
||||
export const isThunk = (fnOrValue: any) => {
|
Loading…
Reference in a new issue