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