📄 cos.d.ts
/home/palash/git/site/node_modules/@csstools/postcss-trigonometric-functions/dist/cos.d.ts
Language: ts • Lines: 4
import type { Declaration } from 'postcss';
declare const cosFunctionCheck = "cos(";
declare function transformCosFunction(decl: Declaration): string | undefined;
export { cosFunctionCheck, transformCosFunction };