obsidian-typings 2.13.2 → 2.13.5
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/README.md +1 -1
- package/dist/implementations.d.ts +14 -3286
- package/dist/obsidian-typings.api.json +127 -1
- package/dist/types.d.ts +11 -0
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
package/README.md
CHANGED
|
@@ -137,7 +137,7 @@ import { InternalPluginName } from 'obsidian-typings/implementations';
|
|
|
137
137
|
this.app.internalPlugins.getEnabledPluginById(InternalPluginName.FileExplorer);
|
|
138
138
|
```
|
|
139
139
|
|
|
140
|
-
(The list of all available implementations can be found in the [implementations](https://github.com/Fevol/obsidian-typings/tree/main/src/implementations) folder.)
|
|
140
|
+
(The list of all available implementations can be found in the [implementations](https://github.com/Fevol/obsidian-typings/tree/main/src/obsidian/implementations) folder.)
|
|
141
141
|
|
|
142
142
|
### Extend with your own typings
|
|
143
143
|
|