mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Update comment
This commit is contained in:
@@ -28,5 +28,5 @@ console.log(file.messages);
|
||||
const custom: string = file.custom; // 'Custom tango'
|
||||
const dataCustom: number = file.data.custom; // 12345
|
||||
|
||||
// Original properties must be kept
|
||||
// Typings of original properties must be kept
|
||||
const fileWithWrongParams = vfile({ path: 1234 }); // $ExpectError
|
||||
|
||||
Reference in New Issue
Block a user