From 498a59ae9dd6583e762a2f23d2002b6a75dc1597 Mon Sep 17 00:00:00 2001
From: Planeshifter <1913638+Planeshifter@users.noreply.github.com>
Date: Mon, 8 Dec 2025 02:52:09 +0000
Subject: [PATCH] docs: update namespace table of contents
Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
---
lib/node_modules/@stdlib/utils/README.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/node_modules/@stdlib/utils/README.md b/lib/node_modules/@stdlib/utils/README.md
index 81aef578b4c4..b1d6906c7329 100644
--- a/lib/node_modules/@stdlib/utils/README.md
+++ b/lib/node_modules/@stdlib/utils/README.md
@@ -180,7 +180,6 @@ The namespace has the following sub-namespaces:
- [`mapKeys( obj, transform )`][@stdlib/utils/map-keys]: map keys from one object to a new object having the same values.
- [`mapValues( obj, transform )`][@stdlib/utils/map-values]: map values from one object to a new object having the same keys.
- [`merge( target, source1[, source2[,...,sourceN]] )`][@stdlib/utils/merge]: merge and extend objects.
-- [`moveProperty( source, prop, target )`][@stdlib/utils/move-property]: move a property from one object to another object.
- [`nonEnumerablePropertiesIn( obj )`][@stdlib/utils/nonenumerable-properties-in]: return an array of an object's own and inherited non-enumerable property names and symbols.
- [`nonEnumerableProperties( obj )`][@stdlib/utils/nonenumerable-properties]: return an array of an object's own non-enumerable property names and symbols.
- [`nonEnumerablePropertyNamesIn( obj )`][@stdlib/utils/nonenumerable-property-names-in]: return an array of an object's own and inherited non-enumerable property names.
@@ -617,8 +616,6 @@ console.log( objectKeys( utils ) );
[@stdlib/utils/merge]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/merge
-[@stdlib/utils/move-property]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/move-property
-
[@stdlib/utils/nonenumerable-properties-in]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/nonenumerable-properties-in
[@stdlib/utils/nonenumerable-properties]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/nonenumerable-properties