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

+2-2
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)