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 3260861 commit c4ddd4dCopy full SHA for c4ddd4d
lib/node_modules/@stdlib/string/remove-last/lib/main.js
@@ -49,6 +49,7 @@ var isMode = contains( MODES );
49
*
50
* @param {string} str - input string
51
* @param {NonNegativeInteger} [n=1] - number of character to remove
52
+* @param {Options} [options] - options
53
* @param {string} [options.mode="grapheme"] - type of "character" to return (must be either `grapheme`, `code_point`, or `code_unit`)
54
* @throws {TypeError} must provide a string primitive
55
* @throws {TypeError} second argument must be a nonnegative integer
0 commit comments