7.0.7
版本发布时间: 2022-07-03 05:16:10
google/zx最新发布版本:8.1.4(2024-07-04 18:44:34)
- Fixed $ to be more like a normal function in https://github.com/google/zx/pull/472
Now it's possible to do:
const my$ = $.bind(null)
const foo = await my$`echo foo`
版本发布时间: 2022-07-03 05:16:10
google/zx最新发布版本:8.1.4(2024-07-04 18:44:34)
Now it's possible to do:
const my$ = $.bind(null)
const foo = await my$`echo foo`