You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- To load the package in a website via a `script` tag without installation and bundlers, use the [ES Module][es-module] available on the [`esm` branch][esm-url].
59
-
- If you are using Deno, visit the [`deno` branch][deno-url].
60
-
- For use in Observable, or in browser/node environments, use the [Universal Module Definition (UMD)][umd] build available on the [`umd` branch][umd-url].
58
+
- To load the package in a website via a `script` tag without installation and bundlers, use the [ES Module][es-module] available on the [`esm`][esm-url] branch (see [README][esm-readme]).
59
+
- If you are using Deno, visit the [`deno`][deno-url] branch (see [README][deno-readme] for usage intructions).
60
+
- For use in Observable, or in browser/node environments, use the [Universal Module Definition (UMD)][umd] build available on the [`umd`][umd-url] branch (see [README][umd-readme]).
61
61
62
62
The [branches.md][branches-url] file summarizes the available branches and displays a diagram illustrating their relationships.
63
63
64
+
To view installation and usage instructions specific to each branch build, be sure to explicitly navigate to the respective README files on each branch, as linked to above.
65
+
64
66
</section>
65
67
66
68
<sectionclass="usage">
@@ -166,6 +168,15 @@ console.log( y );
166
168
167
169
<sectionclass="related">
168
170
171
+
* * *
172
+
173
+
## See Also
174
+
175
+
- <spanclass="package-name">[`@stdlib/array-full-like`][@stdlib/array/full-like]</span><spanclass="delimiter">: </span><spanclass="description">create a filled array having the same length and data type as a provided array.</span>
176
+
- <spanclass="package-name">[`@stdlib/array-ones-like`][@stdlib/array/ones-like]</span><spanclass="delimiter">: </span><spanclass="description">create an array filled with ones and having the same length and data type as a provided array.</span>
177
+
- <spanclass="package-name">[`@stdlib/array-one-to`][@stdlib/array/one-to]</span><spanclass="delimiter">: </span><spanclass="description">generate a linearly spaced numeric array whose elements increment by 1 starting from one.</span>
178
+
- <spanclass="package-name">[`@stdlib/array-zero-to-like`][@stdlib/array/zero-to-like]</span><spanclass="delimiter">: </span><spanclass="description">generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.</span>
Copy file name to clipboardExpand all lines: branches.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@ This repository has the following branches:
24
24
25
25
-**main**: default branch generated from the [stdlib project][stdlib-url], where all development takes place.
26
26
-**production**: [production build][production-url] of the package (e.g., reformatted error messages to reduce bundle sizes and thus the number of bytes transmitted over a network).
27
-
-**esm**: [ES Module][esm-url] branch for use via a `script` tag without the need for installation and bundlers.
28
-
-**deno**: [Deno][deno-url] branch for use in Deno.
29
-
-**umd**: [UMD][umd-url] branch for use in Observable, or in dual browser/Node.js environments.
27
+
-**esm**: [ES Module][esm-url] branch for use via a `script` tag without the need for installation and bundlers (see [README][esm-readme]).
28
+
-**deno**: [Deno][deno-url] branch for use in Deno (see [README][deno-readme]).
29
+
-**umd**: [UMD][umd-url] branch for use in Observable, or in dual browser/Node.js environments (see [README][umd-readme]).
30
30
31
31
The following diagram illustrates the relationships among the above branches:
0 commit comments