mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-15 05:30:24 +00:00
Add semi-colons
This commit is contained in:
Vendored
+3
-3
@@ -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