UNPKG
pino-princess
Version:
latest (1.6.1)
1.6.1
1.6.0
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
0.0.1
Prettiest Pino Prettifier in all the land
github.com/spence-s/pino-princess
spence-s/pino-princess
pino-princess
/
dist
/
lib
/
utils
/
convert-log-number.d.ts
4 lines
•
193 B
TypeScript
View Raw
1
2
3
4
import
type
{
Levels
}
from
'./types.ts'
;
declare
function
convertLogNumber
(
level
:
number
):
Levels
|
'userlvl'
;
export
default
convertLogNumber;
//# sourceMappingURL=convert-log-number.d.ts.map