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

Function kw

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

Source from the content-addressed store, hash-verified

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[]) =>
1883 expect.objectContaining({
1884 type: "layers",

Callers 1

parse-css.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected