1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00
Files
joplin/packages/utils
renovate[bot] 9ae9347f89 Update eslint (#13597)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-01 20:28:29 +00:00
..
2023-06-27 15:02:14 +01:00
2023-07-16 17:48:13 +01:00
2025-05-04 17:57:09 +01:00
2025-11-01 20:28:29 +00:00
2025-06-11 15:54:11 +01:00
2024-04-27 11:22:36 +01:00

Utility package

Those are generic utility functions that can be imported from any other packages. This package however shouldn't have any dependency to any other Joplin package, so that it can be imported without having to import "lib", "renderer" and so on. This is particularly important for Docker images, so that they can be trimmed down to only what's needed.