glob-observable:Node-Glob上的可观察接口

时间:2024-06-07 00:39:48
【文件属性】:

文件名称:glob-observable:Node-Glob上的可观察接口

文件大小:17KB

文件格式:ZIP

更新时间:2024-06-07 00:39:48

rxjs observable node-glob JavaScript

可观察到的球 node-glob上的简单可观察接口。 例子 安装 npm install simple-glob-observable const fs = require ( 'fs' ) const glob = require ( 'simple-glob-observable' ) const { map } = require ( 'rxjs/operators/map' ) const { max } = require ( 'rxjs/operators/max' ) glob ( './**' , { ignore : 'node_modules/**' } ) . pipe ( map ( p => ( { size : fs . statSync ( p ) . size , path : p } ) ) , max ( ( x , y ) =>


【文件预览】:
glob-observable-master
----.gitignore(884B)
----README.md(721B)
----.prettierrc(69B)
----LICENSE(1KB)
----package.json(795B)
----index.js(1KB)
----.npmignore(59B)
----.editorconfig(94B)
----.eslintrc.json(159B)
----package-lock.json(52KB)

网友评论