Interface ValidateAlphanumericOptions

interface ValidateAlphanumericOptions {
    str: string;
}

Properties

Properties

str: string