MCPcopy Index your code
hub / github.com/devforth/painterro / trim

Function trim

js/utils.js:77–79  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

75}
76
77export function trim(s) {
78 return String(s).replace(/^\s+|\s+$/g, "");
79}
80
81export const KEYS = {
82 y: 89,

Callers 4

setDefaultsFunction · 0.90
showMethod · 0.90
openFileMethod · 0.90
constructorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…