UNPKG

112 BTypeScriptView Raw
1export interface GetOptions {
2 global?: boolean;
3}
4declare const GetCommand: any;
5export default GetCommand;