@monesidn/typescript-utils
Advanced tools
Comparing version
/** @type {import('jest').Config} */ | ||
const config = { | ||
export default { | ||
preset: "ts-jest", | ||
@@ -8,3 +8,1 @@ testEnvironment: "node", | ||
}; | ||
module.exports = config; |
{ | ||
"name": "@monesidn/typescript-utils", | ||
"version": "2.0.2", | ||
"version": "2.0.4", | ||
"description": "A collection of small utilities that I use almost everyday in TS projects.", | ||
"type": "module", | ||
"scripts": { | ||
@@ -6,0 +7,0 @@ "test:runInBand": "jest --runInBand", |
@@ -25,3 +25,3 @@ # @monesidn/typescript-utils | ||
For more information see: | ||
https://monesidn.github.io/typescript-utils/classes/LoggerManagerClass.html | ||
https://monesidn.github.io/typescript-utils/classes/logger_LoggerManager.LoggerManagerClass.html | ||
@@ -34,3 +34,3 @@ ### TaskRunner | ||
For more information see: | ||
https://monesidn.github.io/typescript-utils/classes/TaskRunner.html | ||
https://monesidn.github.io/typescript-utils/classes/tasks_TaskRunner.default.html | ||
@@ -42,2 +42,6 @@ ### Events | ||
For more information see: | ||
https://monesidn.github.io/typescript-utils/classes/EventsSource.html | ||
https://monesidn.github.io/typescript-utils/classes/events_EventsSource.default.html | ||
### delay | ||
The most used utility, at least for me! See https://monesidn.github.io/typescript-utils/functions/async_delay.default.html |
{ | ||
"entryPoints": [ | ||
"src/index.ts" | ||
"src/async/*.ts", | ||
"src/events/*.ts", | ||
"src/functions/*.ts", | ||
"src/logger/*.ts", | ||
"src/misc/*.ts", | ||
"src/streams/*.ts", | ||
"src/tasks/*.ts" | ||
], | ||
"out": "docs" | ||
} | ||
} |
110839
0.31%2917
0.21%45
9.76%Yes
NaN