UNPKG
bare-os
Version:
latest (3.9.3)
3.9.3
3.9.2
3.9.1
3.9.0
3.8.7
3.8.6
3.8.4
3.8.2
3.8.1
3.8.0
3.7.1
3.7.0
3.6.2
3.6.1
3.6.0
3.5.1
3.5.0
3.4.0
3.3.1
3.3.0
3.2.1
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.7.1
1.7.0
1.6.1
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
Operating system utilities for Bare
github.com/holepunchto/bare-os
holepunchto/bare-os
bare-os
/
lib
/
constants.d.ts
8 lines
(6 loc)
•
151 B
TypeScript
View Raw
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