obsidian-typings 3.16.4 → 3.16.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/dist/cjs/types.d.cts +0 -2
- package/package.json +1 -1
package/dist/cjs/types.d.cts
CHANGED
|
@@ -114,8 +114,6 @@ declare global {
|
|
|
114
114
|
* arr.remove(4);
|
|
115
115
|
* console.log(arr); // [1, 2, 3]
|
|
116
116
|
* ```
|
|
117
|
-
* @remarks The original version had return type `this`.
|
|
118
|
-
* See bug: {@link https://forum.obsidian.md/t/bug-array-remove-definition/98101}.
|
|
119
117
|
* @official
|
|
120
118
|
*/
|
|
121
119
|
remove(target: T): void;
|