pullSync(source[, ...transforms])
source<Iterable> 同步数据源。...transforms<Function> | <Object> 零个或多个同步变换。- 返回:Iterable
pull() 的同步版本。所有转换都必须是同步的。
🌐 Synchronous version of pull(). All transforms must be synchronous.
source <Iterable> 同步数据源。...transforms <Function> | <Object> 零个或多个同步变换。pull() 的同步版本。所有转换都必须是同步的。
🌐 Synchronous version of pull(). All transforms must be synchronous.