function getCurves Usage in Deno```typescript import { getCurves } from "node:node__crypto.d.ts"; ``` getCurves(): string[] ```js const { getCurves, } = await import('node:crypto'); console.log(getCurves()); // ['Oakley-EC2N-3', 'Oakley-EC2N-4', ...] ``` Return Type string[] An array with the names of the supported elliptic curves.