variable constants.errno.WSAEINTR Usageimport { constants } from "node:os"; const { WSAEINTR } = constants.errno; Type number