UNPKG

@gaikema/emojify

Version:

Transform a block of text into an emojipasta

11 lines (10 loc) 275 B
/// <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; }