Skip to main content
Module

x/rambda/source/trim.js

Faster and smaller alternative to Ramda
Go to Latest
File
export function trim(str) { return str.trim()}