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 867d562 commit 8ea1277Copy full SHA for 8ea1277
src/minima/minima.js
@@ -1,4 +1,8 @@
1
import clarkson from './clarkson.js';
2
3
+/**
4
+ * Same as {@link clarkson}.
5
+ * @function minima
6
+ */
7
const minima = clarkson;
8
export default minima;
0 commit comments