Skip to content

API Reference / @gtkx/testing / prettyFormat / CompareKeys

Type Alias: CompareKeys

CompareKeys = ((a, b) => number) | null | undefined

Defined in: node_modules/.pnpm/@vitest+pretty-format@4.1.10/node_modules/@vitest/pretty-format/dist/index.d.ts:42

compare function used when sorting object keys, null can be used to skip over sorting.

Released under the MPL-2.0 License.