UNPKG
@gaikema/emojify
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Transform a block of text into an emojipasta
www.mattgaikema.com/Static/Emojify/index.html
@gaikema/emojify
/
lib
/
Emojify.d.ts
11 lines
(10 loc)
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
///
<reference path="../src/require.d.ts" />
export declare
class
Emojify
{
private
static
codes;
private
text; constructor(text:
string
);
private
static
zip
<
T
>(
a, b
)
;
static
printCodes
():
void
;
private
static
sample
<
T
>(
arr
)
; emojify():
string
; }