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 72a72b5 commit 9a2b785Copy full SHA for 9a2b785
.github/.keepalive
@@ -1 +1 @@
1
-2022-09-01T01:46:45.160Z
+2022-10-01T02:14:52.781Z
lib/index.js
@@ -51,15 +51,15 @@
51
// MODULES //
52
53
var setReadOnly = require( '@stdlib/utils-define-nonenumerable-read-only-property' );
54
-var triangular = require( './main.js' );
+var main = require( './main.js' );
55
var factory = require( './factory.js' );
56
57
58
// MAIN //
59
60
-setReadOnly( triangular, 'factory', factory );
+setReadOnly( main, 'factory', factory );
61
62
63
// EXPORTS //
64
65
-module.exports = triangular;
+module.exports = main;
0 commit comments