epiphany/node_modules/@csstools/css-calc/dist/operation/operation.d.ts

3 lines
136 B
TypeScript
Raw Normal View History

2023-12-09 22:48:07 -08:00
import type { TokenNode } from '@csstools/css-parser-algorithms';
export type Operation = (inputs: Array<TokenNode>) => TokenNode | -1;