We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee5aaa commit 931e4eeCopy full SHA for 931e4ee
README.md
@@ -22,6 +22,12 @@ const logo = path.join('./assets/img', filename);
22
document.querySelector('#logo').src = logo;
23
```
24
25
+Methods under `path` can be imported individually.
26
+
27
+```javascript
28
+import { join } from '@isomorphic-git/path';
29
+```
30
31
If your project uses CommonJS, this is also supported.
32
33
```javascript
0 commit comments