UNPKG
json-joy
Version:
latest (17.63.0)
next (14.4.0)
17.63.0
17.62.0
17.61.1
17.61.0
17.60.0
17.59.0
17.58.0
17.56.0
17.55.1
17.55.0
17.54.0
17.53.0
17.52.0
17.51.0
17.50.0
17.49.1
17.49.0
17.48.0
17.47.0
17.46.0
17.45.0
17.44.0
17.43.0
17.42.0
17.41.0
17.40.0
17.39.0
17.38.0
17.37.0
17.36.0
17.35.0
17.34.0
17.33.0
17.32.1
17.32.0
17.31.0
17.30.0
17.29.1
17.29.0
17.28.0
17.27.0
17.26.1
17.26.0
17.25.0
17.24.0
17.23.0
17.22.0
17.21.0
17.20.0
17.19.0
17.18.0
17.17.0
17.16.0
17.15.0
17.14.0
17.13.0
17.12.0
17.11.0
17.10.0
17.9.1
17.9.0
17.8.1
17.8.0
17.7.0
17.6.0
17.5.0
17.4.0
17.3.0
17.2.0
17.1.0
17.0.1
17.0.0
16.27.2
16.27.1
16.27.0
16.26.0
16.25.0
16.24.0
16.23.2
16.23.1
16.23.0
16.22.1
16.22.0
16.21.0
16.20.0
16.19.0
16.18.1
16.18.0
16.17.1
16.17.0
16.16.0
16.15.0
16.14.0
16.13.2
16.13.1
16.13.0
16.12.0
16.11.0
16.10.0
16.9.0
16.8.0
16.7.0
16.6.0
16.5.0
16.4.0
16.3.0
16.2.0
16.1.0
16.0.0
15.11.0
15.10.0
15.9.0
15.8.0
15.7.0
15.6.0
15.5.0
15.4.1
15.4.0
15.3.0
15.2.0
15.1.0
15.0.0
14.4.0
14.3.0
14.2.0
14.1.1
14.1.0
14.0.0
13.0.0
12.6.0
12.5.0
12.4.0
12.3.0
12.2.0
12.1.0
12.0.0
11.43.0
11.42.0
11.41.0
11.40.0
11.39.1
11.39.0
11.38.1
11.38.0
11.37.0
11.36.0
11.35.0
11.34.0
11.33.0
11.32.1
11.32.0
11.31.0
11.30.0
11.29.0
11.28.2
11.28.1
11.28.0
11.27.0
11.26.0
11.25.0
11.24.0
11.23.0
11.22.0
11.21.1
11.21.0
11.20.0
11.19.0
11.18.0
11.17.0
11.16.0
11.15.0
11.14.0
11.13.0
11.12.0
11.11.0
11.10.0
11.9.1
11.9.0
11.8.0
11.7.0
11.6.0
11.5.0
11.4.2
11.4.1
11.4.0
11.3.0
11.2.0
11.1.0
11.0.0
10.0.0
9.9.1
9.9.0
9.8.0
9.7.0
9.6.0
9.5.1
9.5.0
9.4.0
9.3.0
9.2.0
9.1.0
9.0.0
8.0.1
8.0.0
7.15.0
7.14.0
7.13.0
7.12.0
7.11.0
7.10.0
7.9.0
7.8.0
7.7.0
7.6.0
7.5.0
7.4.0
7.3.0
7.2.0
7.1.0
7.0.1
7.0.0
6.2.1
6.2.0
6.1.0
6.0.2
6.0.1
6.0.0
5.2.0
5.1.0
5.0.0
4.0.0
3.3.0
3.2.0
3.1.0
3.0.0
2.19.0
2.18.2
2.18.1
2.18.0
2.17.0
2.16.4
2.16.3
2.16.2
2.16.1
2.16.0
2.15.0
2.14.0
2.13.0
2.12.0
2.11.0
2.10.0
2.9.1
2.9.0
2.8.0
2.7.0
2.6.0
2.5.3
2.5.2
2.5.1
2.5.0
2.4.0
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
1.19.0
1.18.1
1.18.0
1.17.0
1.16.0
1.15.0
1.14.0
1.13.0
1.12.0
1.11.1
1.11.0
1.10.0
1.9.0
1.8.0
1.7.0
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Collection of libraries for building collaborative editing apps.
github.com/streamich/json-joy
json-joy
/
esm
/
util
/
dom.d.ts
8 lines
(7 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Save the current browser selection, so that it can be restored later. Returns * a callback to restore the selection. * *
@returns
Callback to restore the selection. */
export
declare
const
saveSelection
:
() =>
(
() =>
void
) |
undefined
;