cleanup
All checks were successful
Build and test / build-and-test (18.x) (push) Successful in 12s
Build and test / build-and-test (20.x) (push) Successful in 14s

This commit is contained in:
2023-08-26 16:02:56 -07:00
parent e5e54ff494
commit 5eaa11f842

View File

@@ -57,7 +57,6 @@ const get_data_cached = memo({
### Simple functions with no params
```ts
import { memo_simple } from '@js/memo';
function get_data_from_slow_source() : string {