react-native-get-pixel_edit/node_modules/logkitty/build/ios/IosParser.d.ts
2025-07-09 11:41:52 +09:00

8 lines
288 B
TypeScript

import { IParser, Entry } from '../types';
export default class IosParser implements IParser {
static timeRegex: RegExp;
static headerRegex: RegExp;
splitMessages(raw: string): string[];
parseMessages(messages: string[]): Entry[];
}
//# sourceMappingURL=IosParser.d.ts.map