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 77bf03d commit fa73af6Copy full SHA for fa73af6
lib/node_modules/@stdlib/string/base/slice-grapheme-clusters/lib/main.js
@@ -22,7 +22,7 @@
22
23
var nextGraphemeClusterBreak = require( '@stdlib/string/next-grapheme-cluster-break' );
24
var numGraphemeClusters = require( '@stdlib/string/num-grapheme-clusters' );
25
-var max = require( '@stdlib/math/base/special/max' );
+var max = require( '@stdlib/math/base/special/fast/max' );
26
27
28
// MAIN //
0 commit comments