UNPKG

owoify-js-ant

Version:

Fork of owoify-js by mohan-cao without the console logging

8 lines (7 loc) 230 B
export default class Word { word: string; replacedWords: Set<string>; constructor(word: string); replace(searchValue: any, replaceValue: any, replaceReplacedWords?: boolean): Word; toString(): string; }