From 1436f6ab8d34a4601cabc5ea1dd968fb3d8969c2 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 31 Dec 2023 11:44:39 +0000 Subject: [PATCH] Auto-generated commit --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 35a7d124..ca33ad42 100644 --- a/README.md +++ b/README.md @@ -152,11 +152,6 @@ You can use the following functions to retrieve a list of available data types: -```javascript -var DTYPES = ns.arrayDataTypes(); -// returns [ 'float32', 'float64', 'generic', 'int16', 'int32', 'int8', 'uint16', 'uint32', 'uint8', 'uint8c' ] -``` - Furthermore, the namespace contains utility functions to retrieve a given constructor: