source:
frontend/node_modules/@csstools/postcss-trigonometric-functions/dist/atan.d.ts@
99ab276
| Last change on this file since 99ab276 was 9af201e, checked in by , 3 weeks ago | |
|---|---|
|
|
| File size: 219 bytes | |
| Line | |
|---|---|
| 1 | import type { Declaration } from 'postcss'; |
| 2 | declare const atanFunctionCheck = "atan("; |
| 3 | declare function transformAtanFunction(decl: Declaration): string | undefined; |
| 4 | export { atanFunctionCheck, transformAtanFunction }; |
Note:
See TracBrowser
for help on using the repository browser.
