UNPKG
@darkobits/lolcatjs
Version:
latest (4.0.1)
4.0.1
4.0.0
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
Fork of https://github.com/robertmarsal/lolcatjs.
github.com/darkobits/lolcatjs
darkobits/lolcatjs
@darkobits/lolcatjs
/
dist
/
lib
/
random-tingz.d.ts
10 lines
(9 loc)
•
291 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import { howLow, howHigh, howLong, ItsAColor }
from
'../etc/typez'
;
/** * Maeks ur stuff colorful. */
export
declare
function
makeItRainbow
(
freq: howLong, i: howHigh
):
ItsAColor
;
/** * Picks a number 4 u. */
export
declare
function
randyNumPlz
(
lowest: howLow, biggest: howHigh
):
number
;