We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97ef10 commit f56d3fcCopy full SHA for f56d3fc
lib/node_modules/@stdlib/_tools/makie/plugins/makie-list-pkgs-names/lib/index.js
@@ -17,21 +17,22 @@
17
*/
18
19
'use strict';
20
+
21
/**
22
* Plugin to list package names.
23
*
24
* @module @stdlib/_tools/makie/plugins/makie-list-pkgs-names
25
26
* @example
-* var makie = require( '@stdlib/_tools/makie' );
27
* var plugin = require( '@stdlib/_tools/makie/plugins/makie-list-pkgs-names' );
28
+* var makie = require( '@stdlib/_tools/makie' );
29
30
* var opts = {
31
* 'plugins': {
32
* 'benchmark': plugin
33
* }
34
* };
-*/
35
+*
36
* // Execute the `benchmark` command:
37
* makie( '/home/stdlib-js/stdlib', opts, 'benchmark' );
38
@@ -40,7 +41,6 @@
40
41
42
var main = require( './main.js' );
43
-
44
// EXPORTS //
45
46
module.exports = main;
0 commit comments