mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-30 23:30:06 +00:00
Add semi-colons
This commit is contained in:
6
types/shelljs/make.d.ts
vendored
6
types/shelljs/make.d.ts
vendored
@@ -1,9 +1,9 @@
|
||||
import * as shelljs from './';
|
||||
declare global {
|
||||
interface Target {
|
||||
(...args: any[]): void,
|
||||
result?: any,
|
||||
done?: boolean
|
||||
(...args: any[]): void;
|
||||
result?: any;
|
||||
done?: boolean;
|
||||
}
|
||||
const target: {
|
||||
all?: Target;
|
||||
|
||||
Reference in New Issue
Block a user