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:
James Brumond 2023-08-26 16:02:56 -07:00
parent e5e54ff494
commit 5eaa11f842
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

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 {