diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index c505b31..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2024-01-01T03:09:03.148Z diff --git a/docs/types/index.d.ts b/docs/types/index.d.ts index e3e3de6..5e26174 100644 --- a/docs/types/index.d.ts +++ b/docs/types/index.d.ts @@ -31,7 +31,7 @@ interface Routine { * @returns `x` * * @example - * var Float64Array = require( `@stdlib/array/float64` ); + * var Float64Array = require( '@stdlib/array-float64' ); * * var x = new Float64Array( [ -2.0, 1.0, 3.0, -5.0, 4.0, 0.0, -1.0, -3.0 ] ); * @@ -50,7 +50,7 @@ interface Routine { * @returns `x` * * @example - * var Float64Array = require( `@stdlib/array/float64` ); + * var Float64Array = require( '@stdlib/array-float64' ); * * var x = new Float64Array( [ -2.0, 1.0, 3.0, -5.0, 4.0, 0.0, -1.0, -3.0 ] ); * @@ -69,7 +69,7 @@ interface Routine { * @returns `x` * * @example -* var Float64Array = require( `@stdlib/array/float64` ); +* var Float64Array = require( '@stdlib/array-float64' ); * * var x = new Float64Array( [ -2.0, 1.0, 3.0, -5.0, 4.0, 0.0, -1.0, -3.0 ] ); * @@ -77,7 +77,7 @@ interface Routine { * // x => [ -3.0, -1.0, 0.0, 4.0, -5.0, 3.0, 1.0, -2.0 ] * * @example -* var Float64Array = require( `@stdlib/array/float64` ); +* var Float64Array = require( '@stdlib/array-float64' ); * * var x = new Float64Array( [ -2.0, 1.0, 3.0, -5.0, 4.0, 0.0, -1.0, -3.0 ] ); *