download
raw
375 Bytes
/**
* Represents default log level values
*
* @enum {number}
*/
const DEFAULT_LEVELS = {
trace: 10,
debug: 20,
info: 30,
warn: 40,
error: 50,
fatal: 60
}
/**
* Represents sort order direction: `ascending` or `descending`
*
* @enum {string}
*/
const SORTING_ORDER = {
ASC: 'ASC',
DESC: 'DESC'
}
module.exports = {
DEFAULT_LEVELS,
SORTING_ORDER
}

Xet Storage Details

Size:
375 Bytes
·
Xet hash:
df023b8b6269f8f293b18f181c837a7608229b74bca8e8f77d3763daaa822641

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.