import {readFile} from 'node:fs' readFile('a',(err)=>{ if(err){return;} })