1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00
joplin/packages/utils
2023-09-24 15:35:00 +01:00
..
.gitignore
.npmignore
commandToString.test.ts
commandToString.ts
env.ts
execCommand.ts
fs.ts
html.ts
index.ts
jest.config.js
Logger.ts
net.ts
package.json
README.md
splitCommandString.ts
time.ts Desktop: Resolves #6736: Significantly improve performance when displaying large tables in Rich Text editor 2023-09-24 15:35:00 +01:00
tsconfig.json
types.ts
url.test.ts
url.ts

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 particulary important for Docker images, so that they can be trimmed down to only what's needed.