fix missing 'internal' comment

This commit is contained in:
Ron Buckton 2022-06-09 18:39:05 -07:00
parent 1e65b330a7
commit b3a79dbe04
No known key found for this signature in database
GPG Key ID: 9ADA0DFD36502AB9

View File

@ -1,3 +1,4 @@
/* @internal */
namespace ts {
// enable deprecation logging
declare const console: any;