StringOperators<T>: ScalarNumberOperators<T> & {
    beginsWith: T;
    contains: T;
    notContains: T;
}

Type Parameters

  • T

Type declaration

  • beginsWith: T
  • contains: T
  • notContains: T