mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
(;) for Travis
This commit is contained in:
parent
835b936c5a
commit
87ed92fda4
@ -149,8 +149,8 @@ var sortByRes: Array<string> =
|
||||
//=> ["a", "ha", "hey", "there"]
|
||||
|
||||
var table: Array<{
|
||||
id: number,
|
||||
name: string
|
||||
id: number;
|
||||
name: string;
|
||||
}> = [{
|
||||
id: 1,
|
||||
name: "george"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user