Umi — API References - v1.3.0
    Preparing search index...

    Variable padNullCharactersConst

    padNullCharacters: (value: string, chars: number) => string

    Pads a string with null characters at the end.

    Type Declaration

      • (value: string, chars: number): string
      • Parameters

        • value: string
        • chars: number

        Returns string