mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-04 06:19:24 +08:00
3 lines
58 B
TypeScript
3 lines
58 B
TypeScript
import { memoize } from "lodash";
|
|
export default memoize;
|