Jason Grout 3389b9796f Check to make sure process.argv exists before using it. (#10507) 3 лет назад
..
.vscode 8d5d9f5667 clean up packages 5 лет назад
src 3389b9796f Check to make sure process.argv exists before using it. (#10507) 3 лет назад
test dbdefed9db Add linter rule for sorting import (#10344) 3 лет назад
README.md 501d3b8855 Add node typings to coreutils. Defer poll start. 6 лет назад
babel.config.js 2fa1f0a41b modernize coreutils tests 5 лет назад
jest.config.js 8d5d9f5667 clean up packages 5 лет назад
package.json eb7768278c New version 3 лет назад
tsconfig.json bdc3b4073f Try to fix ts errors involving compiling path from node 4 лет назад
tsconfig.test.json 6d6c18f7ac clean up createFileSession and add self to test build target 5 лет назад
typedoc.json 9b42db0c8a Update typedoc config for 0.20 beta 27 4 лет назад

README.md

@jupyterlab/coreutils

A JupyterLab package which provides utility functions that are widely used across many of the @jupyterlab packages. This includes (among other things) functions for manipulating paths, urls, and the notebook format.

This package is intended for use within both Node.js and browser environments.