MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / isNumericDataLine

Function isNumericDataLine

packages/core/src/colorLuts.ts:90–92  ·  view source on GitHub ↗
(token: string)

Source from the content-addressed store, hash-verified

88}
89
90function isNumericDataLine(token: string): boolean {
91 return /^[+-]?(?:\d|\.\d)/.test(token);
92}
93
94// fallow-ignore-next-line complexity
95export function parseCubeLut(input: string, options: ParseCubeLutOptions = {}): CubeLut3D {

Callers 1

parseCubeLutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected