Client side atproto account migrator in your web browser, along with services for backups and adversarial migrations.
pdsmoover.com
pds
atproto
migrations
moo
cow
1import {} from '@pds-moover/lexicons'
2
3// See https://svelte.dev/docs/kit/types#app.d.ts
4// for information about these interfaces
5declare global {
6 namespace App {
7 // interface Error {}
8 // interface Locals {}
9 // interface PageData {}
10 // interface PageState {}
11 // interface Platform {}
12 }
13}
14
15export {};