obsidian-typings 2.2.1-beta.6 → 2.2.1-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/implementations.d.ts +1 -0
- package/dist/obsidian-typings.api.json +1 -1
- package/dist/types.d.ts +1920 -1917
- package/package.json +1 -1
|
@@ -76,6 +76,7 @@ export declare const InternalPluginName: {
|
|
|
76
76
|
readonly Workspaces: "workspaces";
|
|
77
77
|
readonly ZkPrefixer: "zk-prefixer";
|
|
78
78
|
};
|
|
79
|
+
/** @public */
|
|
79
80
|
export interface PromisedQueue {
|
|
80
81
|
promise: Promise<void>;
|
|
81
82
|
queue(next: () => void | Promise<void>): Promise<void>;
|
|
@@ -31539,7 +31539,7 @@
|
|
|
31539
31539
|
{
|
|
31540
31540
|
"kind": "Interface",
|
|
31541
31541
|
"canonicalReference": "obsidian-typings!PromisedQueue:interface",
|
|
31542
|
-
"docComment": "",
|
|
31542
|
+
"docComment": "/**\n * @public\n */\n",
|
|
31543
31543
|
"excerptTokens": [
|
|
31544
31544
|
{
|
|
31545
31545
|
"kind": "Content",
|