amis-rpc-design/node_modules/logkitty/build/ios/IosParser.d.ts
2023-10-07 19:42:30 +08: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