
Product
Introducing Repository Labels and Security Policies
Socket is introducing a new way to organize repositories and apply repository-specific security policies.
trim-left-x
Advanced tools
This method removes whitespace from the start of a string.
module.exports(string)
⇒ number
⏏trim-left-x
⇒ string
This method removes whitespace from the left end of a string. (ES2019)
Kind: static property of trim-left-x
Returns: string
- The left trimmed string.
Throws:
TypeError
If string is null or undefined or not coercible.Param | Type | Description |
---|---|---|
string | string | The string to trim the left end whitespace from. |
Example
import trimStart from 'trim-left-x';
console.log(trimStart(' \t\na \t\n') === 'a \t\n'); // true
FAQs
This method removes whitespace from the left end of a string.
The npm package trim-left-x receives a total of 2,967 weekly downloads. As such, trim-left-x popularity was classified as popular.
We found that trim-left-x demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket is introducing a new way to organize repositories and apply repository-specific security policies.
Research
Security News
Socket researchers uncovered malicious npm and PyPI packages that steal crypto wallet credentials using Google Analytics and Telegram for exfiltration.
Product
Socket now supports .NET, bringing supply chain security and SBOM accuracy to NuGet and MSBuild-powered C# projects.