We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25541de commit 89fb50cCopy full SHA for 89fb50c
README.md
@@ -27,6 +27,8 @@ writenpmstat.writeNpmStat("2021", "2022-03");
27
28
writenpmstat.datePeriod = "month";
29
writenpmstat.writeNpmStat("2022-01", "2022-04-15");
30
+
31
+writenpmstat.writeLastWeekNpmStat();
32
```
33
34
Visit our [documentation](https://veghdev.github.io/write-npmstat/) site for code reference or
0 commit comments