Pinned Loading
-
Mury12/mm-ws
Mury12/mm-ws PublicThis is a tiny and simple PHP webservice model for a fast creation of APIs.
-
-
Mury12/ts-job-runner
Mury12/ts-job-runner PublicSimple NodeJS job executor in Typescript with hooks and composable task queue
TypeScript 1
-
-
map-filter.ts
map-filter.ts 1export const mapFilter = <T = unknown, U = unknown>(
2arr: U[],
3condition: (item: U) => boolean,
4mapTo: (item: U) => T
5): T[] => {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.