Commit 2475a59a authored by 马旭烽's avatar 马旭烽

init :wok

parents
# ignore module
**/node_module
\ No newline at end of file
import {interval,map,} from "rxjs";
interval(1000).pipe(map((value,index)=>value*2),)
\ No newline at end of file
{
"name": "mobile",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"rxjs":"^7.5.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
import _ from "lodash";
_.mapKeys({
k:1,
b:1,
})
\ No newline at end of file
{
"name": "pc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"lodash":"^4.17.21"
},
"author": "",
"license": "ISC"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment