mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
352ee6496e
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
.gitignore | ||
.npmignore | ||
commandToString.test.ts | ||
commandToString.ts | ||
env.ts | ||
execCommand.ts | ||
fs.ts | ||
html.test.ts | ||
html.ts | ||
index.ts | ||
jest.config.js | ||
jest.setup.js | ||
Logger.ts | ||
markdown.test.ts | ||
markdown.ts | ||
net.ts | ||
package.json | ||
README.md | ||
splitCommandString.ts | ||
time.ts | ||
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.