Quellcode durchsuchen

Docsify Auto Published

Willin Wang vor 7 Jahren
Ursprung
Commit
db1277c3e8
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      basic/js/es.md

+ 2 - 0
basic/js/es.md

@@ -21,6 +21,8 @@ result |> console.log;
 //=> "Hello, hello!"
 ```
 
+项目模板: <https://github.com/willin/esnext-pipeline-biolerplate>
+
 ## Async (ES 7)
 
 ```js