helper function $

This commit is contained in:
2020-01-10 13:22:37 +08:00
parent 26c6c1159e
commit 4656e4ff64
5 changed files with 48 additions and 32 deletions

View File

@ -0,0 +1,3 @@
function $(...args) {
return new Extractor().task(...args).start();
}