File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,6 @@ More or less just for fun.
5454versa) they look like this <code >11111111 10111110</code >. This means that ' ; A' ; (0x41)
5555becomes ' ; ᄒ' ; (0xFFBE).</p >
5656</dd >
57- <dt ><a href =" #getRandomType " >getRandomType([exclude])</a > ⇒ <code >number</code ></dt >
58- <dd ><p >Returns a random <code >type</code > for <code >toMANS</code > (0-12).</p >
59- </dd >
6057<dt ><a href =" #gobbledygook " >gobbledygook(string, [exclude])</a > ⇒ <code >string</code ></dt >
6158<dd ><p >Applies <code >toMANS</code > to all characters with a random <code >type</code >.
6259For example <code >Hello World</code > turns into <code >𝐇𝖾𝓵𝗹𝘰 𝔚𝗈𝒓𝔩𝔡</code >.</p >
@@ -262,17 +259,6 @@ becomes 'ᄒ' (0xFFBE).
262259stringMutilator .flipBits (' Hello World!' );
263260// > 'ᄋレモモミᄄミヘモロ'
264261```
265- <a name =" getRandomType " ></a >
266-
267- ## getRandomType([ exclude] ) ⇒ <code >number</code >
268- Returns a random ` type ` for ` toMANS ` (0-12).
269-
270- ** Kind** : global function
271-
272- | Param | Type | Default | Description |
273- | --- | --- | --- | --- |
274- | [ exclude] | <code >array</code > | <code >[ ] </code > | Exclude specific ` type ` |
275-
276262<a name =" gobbledygook " ></a >
277263
278264## gobbledygook(string, [ exclude] ) ⇒ <code >string</code >
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import toMANS from './to-mans';
22
33/**
44 * Returns a random `type` for `toMANS` (0-12).
5+ * @private
56 * @param {array } [exclude=[]] Exclude specific `type`
67 * @returns {number }
78 */
You can’t perform that action at this time.
0 commit comments