linq:一个小而功能齐全的linq JS库

时间:2024-05-09 02:16:03
【文件属性】:

文件名称:linq:一个小而功能齐全的linq JS库

文件大小:51KB

文件格式:ZIP

更新时间:2024-05-09 02:16:03

linq TypeScript

林克 体面的衬裙。 具有体面的类型。 压缩后不到2kb。 文件/用法 import from from '@adamburgess/linq' const sequence = from ( [ 'an' , 'iterable' , 'here' ] ) ; // now use any methods on sequence! // e.g. mapping: const uppercases = sequence . map ( x => x . toUpperCase ( ) ) ; // note: the sequence hasn't been mapped yet! toUpperCase hasn't been called! // you must _run_ the sequence (see Outputs below) Array . from ( upperc


【文件预览】:
linq-master
----.eslintrc.yml(2KB)
----.gitignore(79B)
----package.json(2KB)
----src()
--------enumerable.ts(9KB)
--------linq.ts(35KB)
----LICENSE(1KB)
----tsconfig.json(407B)
----.github()
--------workflows()
--------renovate.json(262B)
----scripts()
--------publish.js(239B)
----README.md(13KB)
----tsconfig-publish-esm.json(372B)
----.vscode()
--------launch.json(410B)
----pnpm-lock.yaml(72KB)
----test()
--------contracts.test.ts(2KB)
--------runner.ts(300B)
--------helpers.ts(40B)
--------enumerable.test.ts(2KB)
--------linq.test.ts(17KB)

网友评论