79759821

Date: 2025-09-09 11:27:25
Score: 1.5
Natty:
Report link

Expanding on @mureinik's answer using import instead:

import dotenv from 'dotenv';
import dotenvExpand from 'dotenv-expand';

dotenvExpand.expand(dotenv.config());
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @mureinik's
Posted by: ckhatton