FeatureSet Docs
App
Clients
API
const
t
=
(
test
,
out
)
=>
{
let
a
=
`
${
test
}
this
${
out
}
`
;
return
a
.
split
(
' '
)
;
}