MCPcopy Create free account
hub / github.com/bendc/animateplus / extractNumbers

Function extractNumbers

animateplus.js:211–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 value.split(extractRegExp);
210
211const extractNumbers = value =>
212 value.match(extractRegExp).map(Number);
213
214const sanitize = values =>
215 values.map(value => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected