@cto.af/linebreak
    Preparing search index...

    Variable RuleResultsConst

    RuleResults: {
        MAY_BREAK: typeof MAY_BREAK;
        MUST_BREAK: typeof MUST_BREAK;
        NO_BREAK: typeof NO_BREAK;
        PASS: typeof PASS;
    } = ...

    Type Declaration

    • MAY_BREAK: typeof MAY_BREAK

      This rule asserts that there may be a break after the current code point.

    • MUST_BREAK: typeof MUST_BREAK

      This rule asserts that there must be a line break after the current code point.

    • NO_BREAK: typeof NO_BREAK

      This rule asserts that there must not be a break after the current code point.

    • PASS: typeof PASS

      This rule has no opinion.