MCPcopy Create free account
hub / github.com/webstudio-is/webstudio / num

Function num

packages/css-data/src/parse-css.test.ts:1879–1879  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

1877const u = (value: number, unit: string) =>
1878 expect.objectContaining({ type: "unit", value, unit });
1879const num = (value: number) => u(value, "number");
1880const kw = (value: string) =>
1881 expect.objectContaining({ type: "keyword", value });
1882const layers = (...items: unknown[]) =>

Callers 1

parse-css.test.tsFile · 0.85

Calls 1

uFunction · 0.85

Tested by

no test coverage detected