Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

§Variables

isServer

§Functions

difference
functionalUpdate
getAbortController
hashQueryKey

Default query keys hash function. Hashes the value into a stable hash.

hashQueryKeyByOptions
isError
isPlainArray
isPlainObject
isQueryKey
isValidTimeout
matchMutation
matchQuery
noop
parseFilterArgs
parseMutationArgs
parseMutationFilterArgs
parseQueryArgs
partialDeepEqual

Checks if b partially matches with a.

partialMatchKey

Checks if key b partially matches with key a.

replaceAt
replaceData
replaceEqualDeep

This function returns a if b is deeply equal. If not, it will replace any deeply equal children of b with those of a. This can be used for structural sharing between JSON values for example.

scheduleMicrotask

Schedules a microtask. This can be useful to schedule state updates after rendering.

shallowEqualObjects

Shallow compare objects. Only works with objects that always have the same properties.

sleep
timeUntilStale

§Interfaces

MutationFilters
QueryFilters

§Type Aliases

DataUpdateFunction
QueryTypeFilter
Updater