interface RegExpLike {
    test: ((s) => boolean);
}

Properties

Properties

test: ((s) => boolean)

Type declaration

    • (s): boolean
    • Parameters

      • s: string

      Returns boolean