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