UNPKG

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