File size: 151 Bytes
c2b7eb3
 
 
 
 
 
 
1
2
3
4
5
6
7
8
declare const constants: {
  signals: Record<string, number>
  errnos: Record<string, number>
  priority: Record<string, number>
}

export = constants