prettier/tests/typescript_declare/declare_var.ts

6 lines
144 B
TypeScript

// tslint:disable-next-line:no-use-before-declare
const hello = 5;
// tslint:disable-next-line:no-use-before-declare
declare const hello2 = 5;