We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f314b0 commit 2f84937Copy full SHA for 2f84937
README.md
@@ -4,6 +4,16 @@
4
5
Manage complex object keys in depth.
6
7
+## Table of contents
8
+
9
+- [json-object-keys | ⚠️ WIP ⚠️](#json-object-keys--️-wip-️)
10
+ - [Table of contents](#table-of-contents)
11
+ - [Install](#install)
12
+ - [Quickstart](#quickstart)
13
+ - [Remove an unique key](#remove-an-unique-key)
14
+ - [Remove multiple keys](#remove-multiple-keys)
15
+ - [License](#license)
16
17
## Install
18
19
```sh
@@ -12,7 +22,7 @@ npm install json-object-keys
22
23
## Quickstart
24
-### Remove a unique key
25
+### Remove an unique key
26
27
```ts
28
import { remove } from 'json-object-keys'
0 commit comments