Skip to content

Latest commit

 

History

History
74 lines (42 loc) · 1.76 KB

objectSorter.md

File metadata and controls

74 lines (42 loc) · 1.76 KB

# Node object hash / objectSorter

Module: objectSorter

Table of contents

Interfaces

Type Aliases

Functions

Type Aliases

StringifyFn

Ƭ StringifyFn: <T>(obj: Hashable | T) => string

Type declaration

▸ <T>(obj): string

Type parameters
Name
T
Parameters
Name Type
obj Hashable | T
Returns

string

Defined in

objectSorter.ts:185

Functions

objectSorter

objectSorter(options?): StringifyFn

Object sorter consturctor

Parameters

Name Type Description
options? SorterOptions object transformation options

Returns

StringifyFn

function that transforms object to strings

Defined in

objectSorter.ts:192