Skip to content

Commit 7e9fe13

Browse files
Typescript provided
1 parent 097864a commit 7e9fe13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ var patch = jsonpatch.generate(observer, true);
246246
```
247247

248248
#### `jsonpatch.unobserve(document, observer)`
249-
```
249+
```typescript
250250
jsonpatch.unobserve(document: any, observer: Observer): void
251251

252252
type JsonableObj = { [key:string]: Jsonable };
@@ -260,7 +260,7 @@ Any remaining changes are delivered synchronously (as in `jsonpatch.generate`).
260260

261261
#### `jsonpatch.compare(document1, document2, invertible)`
262262

263-
```
263+
```typescript
264264
jsonpatch.compare(document1: Jsonable, document2: Jsonable, invertible = false): Operation[]
265265

266266
type JsonableObj = { [key:string]: Jsonable };

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy