pdf-quiz-generator/mobile/node_modules/glob/dist/cjs/index-cjs.d.ts
Daniel dc240c31d2 Add Capacitor mobile app wrapper for PedsHub Quiz
- Configurable server URL (default: pedshub.com)
- Android + iOS platforms initialized
- Dark theme matching quiz app (#0f172a)
- Status bar and navigation bar color matched
- Auto-redirect on subsequent launches
- App ID: com.pedshub.quiz, App Name: PedsHub

Build: cd mobile && npx cap sync && npx cap open android

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 05:12:25 +02:00

75 lines
No EOL
4.3 KiB
TypeScript

declare const _default: typeof import("./index.js").glob & {
glob: typeof import("./index.js").glob;
globSync: typeof import("./index.js").globSync;
sync: typeof import("./index.js").globSync & {
stream: typeof import("./index.js").globStreamSync;
iterate: typeof import("./index.js").globIterateSync;
};
globStream: typeof import("./index.js").globStream;
stream: typeof import("./index.js").globStream & {
sync: typeof import("./index.js").globStreamSync;
};
globStreamSync: typeof import("./index.js").globStreamSync;
streamSync: typeof import("./index.js").globStreamSync;
globIterate: typeof import("./index.js").globIterate;
iterate: typeof import("./index.js").globIterate & {
sync: typeof import("./index.js").globIterateSync;
};
globIterateSync: typeof import("./index.js").globIterateSync;
iterateSync: typeof import("./index.js").globIterateSync;
Glob: typeof import("./glob.js").Glob;
hasMagic: (pattern: string | string[], options?: import("./glob.js").GlobOptions) => boolean;
escape: (s: string, { windowsPathsNoEscape, }?: Pick<import("minimatch").MinimatchOptions, "windowsPathsNoEscape"> | undefined) => string;
unescape: (s: string, { windowsPathsNoEscape, }?: Pick<import("minimatch").MinimatchOptions, "windowsPathsNoEscape"> | undefined) => string;
} & {
default: typeof import("./index.js").glob & {
glob: typeof import("./index.js").glob;
globSync: typeof import("./index.js").globSync;
sync: typeof import("./index.js").globSync & {
stream: typeof import("./index.js").globStreamSync;
iterate: typeof import("./index.js").globIterateSync;
};
globStream: typeof import("./index.js").globStream;
stream: typeof import("./index.js").globStream & {
sync: typeof import("./index.js").globStreamSync;
};
globStreamSync: typeof import("./index.js").globStreamSync;
streamSync: typeof import("./index.js").globStreamSync;
globIterate: typeof import("./index.js").globIterate;
iterate: typeof import("./index.js").globIterate & {
sync: typeof import("./index.js").globIterateSync;
};
globIterateSync: typeof import("./index.js").globIterateSync;
iterateSync: typeof import("./index.js").globIterateSync;
Glob: typeof import("./glob.js").Glob;
hasMagic: (pattern: string | string[], options?: import("./glob.js").GlobOptions) => boolean;
escape: (s: string, { windowsPathsNoEscape, }?: Pick<import("minimatch").MinimatchOptions, "windowsPathsNoEscape"> | undefined) => string;
unescape: (s: string, { windowsPathsNoEscape, }?: Pick<import("minimatch").MinimatchOptions, "windowsPathsNoEscape"> | undefined) => string;
};
glob: typeof import("./index.js").glob & {
glob: typeof import("./index.js").glob;
globSync: typeof import("./index.js").globSync;
sync: typeof import("./index.js").globSync & {
stream: typeof import("./index.js").globStreamSync;
iterate: typeof import("./index.js").globIterateSync;
};
globStream: typeof import("./index.js").globStream;
stream: typeof import("./index.js").globStream & {
sync: typeof import("./index.js").globStreamSync;
};
globStreamSync: typeof import("./index.js").globStreamSync;
streamSync: typeof import("./index.js").globStreamSync;
globIterate: typeof import("./index.js").globIterate;
iterate: typeof import("./index.js").globIterate & {
sync: typeof import("./index.js").globIterateSync;
};
globIterateSync: typeof import("./index.js").globIterateSync;
iterateSync: typeof import("./index.js").globIterateSync;
Glob: typeof import("./glob.js").Glob;
hasMagic: (pattern: string | string[], options?: import("./glob.js").GlobOptions) => boolean;
escape: (s: string, { windowsPathsNoEscape, }?: Pick<import("minimatch").MinimatchOptions, "windowsPathsNoEscape"> | undefined) => string;
unescape: (s: string, { windowsPathsNoEscape, }?: Pick<import("minimatch").MinimatchOptions, "windowsPathsNoEscape"> | undefined) => string;
};
};
export = _default;
//# sourceMappingURL=index-cjs.d.ts.map