mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Lint:blank line and more array type fussiness
This commit is contained in:
3
types/shelljs/index.d.ts
vendored
3
types/shelljs/index.d.ts
vendored
@@ -368,8 +368,7 @@ export interface ShellReturnValue extends ExecOutputReturnValue {
|
||||
|
||||
export type ShellString = string & ShellReturnValue;
|
||||
|
||||
export type ShellArray = Array<string> & ShellReturnValue;
|
||||
|
||||
export type ShellArray = string[] & ShellReturnValue;
|
||||
|
||||
/**
|
||||
* Alters the permissions of a file or directory by either specifying the absolute permissions in octal form or expressing the changes in symbols. This command tries to mimic the POSIX behavior as much as possible. Notable exceptions:
|
||||
|
||||
Reference in New Issue
Block a user