Add README and API docs

This commit is contained in:
2026-01-26 19:20:54 +07:00
parent 713efb81b5
commit bc5eea7841
9 changed files with 510 additions and 3 deletions

9
typedoc.json Normal file
View File

@@ -0,0 +1,9 @@
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["./src/places.ts"],
"out": "docs",
"plugin": ["typedoc-plugin-markdown"],
"disableSources": true,
"readme": "none",
"name": "@remotestorage/module-places"
}