@types/sort-object-keys
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

Installation

npm install --save @types/sort-object-keys

Summary

This package contains type definitions for sort-object-keys (https://github.com/keithamus/sort-object-keys#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sort-object-keys.

index.d.ts

export = sortObjectByKeyNameList;

declare function sortObjectByKeyNameList<T>(
    object: T,
    sortWith?: ReadonlyArray<keyof T> | ((a: keyof T, b: keyof T) => number),
): T;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Emily Marigold Klassen.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/sort-object-keys

Weekly Downloads

1,246

Version

1.1.3

License

MIT

Unpacked Size

2.98 kB

Total Files

5

Last publish

Collaborators

  • types