Limit a string to the specified maximum length
import { limitStringLength } from 'nsuite'console.log(limitStringLength('nsuite', 3)) Copy
import { limitStringLength } from 'nsuite'console.log(limitStringLength('nsuite', 3))
Limit a string to the specified maximum length