deno.land / x / froebel@v0.23.2 / function.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// deno-fmt-ignore-fileexport { default as ident } from "./ident.ts";export { default as noop } from "./noop.ts";export { default as partial } from "./partial.ts";export { default as forward } from "./forward.ts";export { default as unary } from "./unary.ts";export { default as callAll } from "./callAll.ts";export { default as pipe, applyPipe } from "./pipe.ts";export { default as bundle, bundleSync } from "./bundle.ts";export { nullishChain, asyncNullishChain } from "./nullishChain.ts";export { default as throttle } from "./throttle.ts";export { default as debounce } from "./debounce.ts";export { default as memoize } from "./memoize.ts";export { limitInvocations, once } from "./invoke.ts";
froebel

Version Info

Tagged at
a year ago