Computed: { "[toStringTag]": "Computed"; get(): T; map<U extends {}>(fn: (v: T) => U | Promise<U>): Computed<U>; tap(matcher: TapMatcher<T> | (v: T) => void | () => void): () => void;} Type declaration
[toStringTag]: "Computed"
get:function
Returns T
map:function
Parameters
- fn: (v: T) => U | Promise<U>
tap:function
tap(matcher: TapMatcher<T> | (v: T) => void | () => void): () => void Parameters
- matcher: TapMatcher<T> | (v: T) => void | () => void
Returns () => void