@types/node 20.2.2 → 20.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
node/ts4.8/crypto.d.ts CHANGED
@@ -1282,7 +1282,7 @@ declare module 'crypto' {
1282
1282
  type DSAEncoding = 'der' | 'ieee-p1363';
1283
1283
  interface SigningOptions {
1284
1284
  /**
1285
- * @See crypto.constants.RSA_PKCS1_PADDING
1285
+ * @see crypto.constants.RSA_PKCS1_PADDING
1286
1286
  */
1287
1287
  padding?: number | undefined;
1288
1288
  saltLength?: number | undefined;