UNPKG

2ch-trip

Version:

2ch compatible trip generator

8 lines (7 loc) 294 B
type Options = Partial<{ hideWhitespace: boolean; }>; export declare const createTripByKey: (key: string) => string; export declare const createTripByText: (text: string, options?: Options) => string; export declare const createTrip: (text: string, options?: Options) => string; export {};