UNPKG

simple-git

Version:

Simple GIT interface for node.js

4 lines (3 loc) 224 B
import { RemoteMessageResult, RemoteMessages } from '../../../typings'; import { RemoteLineParser } from '../utils'; export declare const remoteMessagesObjectParsers: RemoteLineParser<RemoteMessageResult<RemoteMessages>>[];