owoify-js-ant
Version:
Fork of owoify-js by mohan-cao without the console logging
6 lines (5 loc) • 305 B
TypeScript
import Word from './Word';
export declare const specificWordMappingArray: Array<(str: Word) => Word>;
export declare const uvuMappingArray: Array<(str: Word) => Word>;
export declare const uwuMappingArray: Array<(str: Word) => Word>;
export declare const owoMappingArray: Array<(str: Word) => Word>;