UNPKG

2ch-trip

Version:

2ch compatible trip generator

5 lines (4 loc) 112 B
/** * 生キートリップを生成する */ export declare const createRawKeyTrip: (key: string) => string;