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 ee630ff commit bb53225Copy full SHA for bb53225
types/SingleInstanceStateController.d.ts
@@ -1,6 +1,6 @@
1
-import type { Op } from './ParseOp';
2
-import type ParseObject from './ParseObject';
3
-import type { AttributeMap, ObjectCache, OpsMap, State } from './ObjectStateMutations';
+import type { Op } from "./ParseOp";
+import type ParseObject from "./ParseObject";
+import type { AttributeMap, ObjectCache, OpsMap, State } from "./ObjectStateMutations";
4
export declare function getState(obj: ParseObject): State | null;
5
export declare function initializeState(obj: ParseObject, initial?: State): State;
6
export declare function removeState(obj: ParseObject): State | null;
0 commit comments