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 0baa12b commit c391d9aCopy full SHA for c391d9a
lib/index.d.ts
@@ -1,5 +1,3 @@
1
-declare module '@reedsy/json0' {
2
- import * as sharedb from 'sharedb';
3
- export type Type = (typeof sharedb)['types']['map'][string];
4
- export const type: Type;
5
-}
+import * as sharedb from 'sharedb';
+type Type = (typeof sharedb)['types']['map'][string];
+export const type: Type;
package.json
@@ -1,6 +1,6 @@
{
"name": "@reedsy/ot-json0",
- "version": "1.1.0-reedsy.1.2.4",
+ "version": "1.1.0-reedsy.1.2.5",
"description": "JSON OT type",
"main": "lib/index.js",
6
"directories": {
0 commit comments