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