mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-05-13 13:17:45 +00:00
6 lines
258 B
TypeScript
6 lines
258 B
TypeScript
export * from "./constants";
|
|
export * from "./qr-codes";
|
|
export * from "./switch";
|
|
export * from "./three-ds-tomodachi-life-mii";
|
|
export * from "./utils";
|
|
export type { SwitchMiiInstructions, MiiGender, MiiMakeup, MiiPlatform, ReportReason } from "./types";
|