nsuite - v1.0.1
    Preparing search index...

    Function limitStringLength

    • Limit a string to the specified maximum length

      Type Parameters

      • T extends string

      Parameters

      • str: T
      • len: number

      Returns T

      import { limitStringLength } from 'nsuite'
      console.log(limitStringLength('nsuite', 3))