epiphany/node_modules/@csstools/css-calc/dist/operation/operation.d.ts
2023-12-09 22:48:07 -08:00

2 lines
136 B
TypeScript

import type { TokenNode } from '@csstools/css-parser-algorithms';
export type Operation = (inputs: Array<TokenNode>) => TokenNode | -1;