We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dda021 commit 38eff0aCopy full SHA for 38eff0a
1 file changed
lib/node_modules/@stdlib/string/first/docs/types/index.d.ts
@@ -19,10 +19,10 @@
19
// TypeScript Version: 2.0
20
21
/**
22
-* Removes the first character(s) of a string.
+* Removes the first visual character(s) of a string.
23
*
24
* @param str - input string
25
-* @param n - number of characters to remove (default: 1)
+* @param n - number of characters to return (default: 1)
26
* @returns updated string
27
28
* @example
0 commit comments