astro-resume/README.md
2023-07-16 12:03:43 +02:00

6 lines
No EOL
252 B
Markdown

# Astro Resume
Utilities for serializing data from server for use in the client.
1. `Resumable` Astro component takes `id` and `data`
1. `resume(id: string): Object` function for use int he client takes an `id` string and returns the `data` as Object