Stone.js API
    Preparing search index...

    Variable isStringConst

    isString: (value: unknown) => value is string

    Check if the value is a string.

    Type Declaration

      • (value: unknown): value is string
      • Parameters

        • value: unknown

          The value to check.

        Returns value is string

        true if the value is an string, otherwise false.