New mobile/ directory with Capacitor project: - Configurable server URL launcher (default: app.pedshub.com) - Android: foreground service + wake lock for background recording (AudioRecordingService preserved from existing TWA) - iOS: background audio mode + microphone permission - App ID: com.pedshub.scribe - Both platforms initialized and synced Existing android/ TWA project untouched — this is a separate project. Build: cd mobile && npx cap open android (or ios)
45 lines
No EOL
3.2 KiB
TypeScript
45 lines
No EOL
3.2 KiB
TypeScript
declare const _default: {
|
|
(p: string, pattern: string, options?: import("./index.js").MinimatchOptions): boolean;
|
|
sep: "\\" | "/";
|
|
GLOBSTAR: typeof import("./index.js").GLOBSTAR;
|
|
filter: (pattern: string, options?: import("./index.js").MinimatchOptions) => (p: string) => boolean;
|
|
defaults: (def: import("./index.js").MinimatchOptions) => any;
|
|
braceExpand: (pattern: string, options?: import("./index.js").MinimatchOptions) => string[];
|
|
makeRe: (pattern: string, options?: import("./index.js").MinimatchOptions) => false | import("./index.js").MMRegExp;
|
|
match: (list: string[], pattern: string, options?: import("./index.js").MinimatchOptions) => string[];
|
|
AST: typeof import("./ast.js").AST;
|
|
Minimatch: typeof import("./index.js").Minimatch;
|
|
escape: (s: string, { windowsPathsNoEscape, }?: Pick<import("./index.js").MinimatchOptions, "windowsPathsNoEscape">) => string;
|
|
unescape: (s: string, { windowsPathsNoEscape, }?: Pick<import("./index.js").MinimatchOptions, "windowsPathsNoEscape">) => string;
|
|
} & {
|
|
default: {
|
|
(p: string, pattern: string, options?: import("./index.js").MinimatchOptions): boolean;
|
|
sep: "\\" | "/";
|
|
GLOBSTAR: typeof import("./index.js").GLOBSTAR;
|
|
filter: (pattern: string, options?: import("./index.js").MinimatchOptions) => (p: string) => boolean;
|
|
defaults: (def: import("./index.js").MinimatchOptions) => any;
|
|
braceExpand: (pattern: string, options?: import("./index.js").MinimatchOptions) => string[];
|
|
makeRe: (pattern: string, options?: import("./index.js").MinimatchOptions) => false | import("./index.js").MMRegExp;
|
|
match: (list: string[], pattern: string, options?: import("./index.js").MinimatchOptions) => string[];
|
|
AST: typeof import("./ast.js").AST;
|
|
Minimatch: typeof import("./index.js").Minimatch;
|
|
escape: (s: string, { windowsPathsNoEscape, }?: Pick<import("./index.js").MinimatchOptions, "windowsPathsNoEscape">) => string;
|
|
unescape: (s: string, { windowsPathsNoEscape, }?: Pick<import("./index.js").MinimatchOptions, "windowsPathsNoEscape">) => string;
|
|
};
|
|
minimatch: {
|
|
(p: string, pattern: string, options?: import("./index.js").MinimatchOptions): boolean;
|
|
sep: "\\" | "/";
|
|
GLOBSTAR: typeof import("./index.js").GLOBSTAR;
|
|
filter: (pattern: string, options?: import("./index.js").MinimatchOptions) => (p: string) => boolean;
|
|
defaults: (def: import("./index.js").MinimatchOptions) => any;
|
|
braceExpand: (pattern: string, options?: import("./index.js").MinimatchOptions) => string[];
|
|
makeRe: (pattern: string, options?: import("./index.js").MinimatchOptions) => false | import("./index.js").MMRegExp;
|
|
match: (list: string[], pattern: string, options?: import("./index.js").MinimatchOptions) => string[];
|
|
AST: typeof import("./ast.js").AST;
|
|
Minimatch: typeof import("./index.js").Minimatch;
|
|
escape: (s: string, { windowsPathsNoEscape, }?: Pick<import("./index.js").MinimatchOptions, "windowsPathsNoEscape">) => string;
|
|
unescape: (s: string, { windowsPathsNoEscape, }?: Pick<import("./index.js").MinimatchOptions, "windowsPathsNoEscape">) => string;
|
|
};
|
|
};
|
|
export = _default;
|
|
//# sourceMappingURL=index-cjs.d.ts.map
|