Pinned Loading
-
Mury12/mm-ws
Mury12/mm-ws PublicThis is a tiny and simple PHP webservice model for a fast creation of APIs.
-
-
tools.andremury
tools.andremury PublicA set of tools that I develop for my personal use, not only related to programming.
Vue
-
Mury12/ts-job-runner
Mury12/ts-job-runner PublicSimple NodeJS job executor in Typescript with hooks and composable task queue
TypeScript 1
-
-
filter-map.ts
filter-map.ts 1export const filterMap = <T = unknown, U = unknown>(
2arr: U[],
3condition: (item: U, index: number) => boolean,
4mapTo: (item: U, index: number) => 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.



