linq.ts:TypeScript的:cyclone:LINQ

时间:2024-02-26 23:01:53
【文件属性】:

文件名称:linq.ts:TypeScript的:cyclone:LINQ

文件大小:151KB

文件格式:ZIP

更新时间:2024-02-26 23:01:53

linq typescript linq-to-objects hacktoberfest linq-methods

LinQ for TypeScript 安装 $ npm i linqts 用法 import { List } from 'linqts' ; const arr = new List < number> ( [ 1 , 2 , 3 , 4 , 5 ] ) . Where ( x => x > 3 ) . Select ( y => y * 2 ) . ToArray ( ) ; // > [8, 10] const query = people . Join ( pets , person => person , pet => pet . Owner , ( pe


【文件预览】:
linq.ts-master
----.travis.yml(334B)
----linqts.png(90KB)
----package.json(2KB)
----readme.md(6KB)
----tslint.json(82B)
----__tests__()
--------enumerable.test.ts(421B)
--------list.test.ts(25KB)
----.github()
--------FUNDING.yml(15B)
----.prettierrc(43B)
----linqts.gif(46KB)
----license(1KB)
----code-of-conduct.md(3KB)
----src()
--------helpers.ts(1KB)
--------enumerable.ts(571B)
--------list.ts(18KB)
--------index.ts(343B)
----tsconfig.json(503B)
----.all-contributorsrc(4KB)
----.gitignore(89B)
----.editorconfig(166B)
----.vscode()
--------settings.json(98B)

网友评论