MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / clean

Function clean

pkg/webui/components/input/byte.js:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54const upper = str => str.toUpperCase()
55
56const clean = str => (typeof str === 'string' ? str.replace(voidChars, '') : str)
57
58const ByteInput = React.forwardRef(
59 (

Callers 1

byte.jsFile · 0.85

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected