export class Text {
No description provided.
Target style API. Preferred for new code.
Members
6 itemsTarget Style
Target Style
constructor(text) {
/** Builds a text wrapper for similarity and hash helpers.
hash() {
/** Returns a cached Nilsimsa hash for the current text.
similarity(to) {
/** Compares the current text against another value.
toString() {
/** Returns the original text.
Legacy Style