prettier/tests/typescript_declare/declare_var.ts

6 lines
143 B
TypeScript

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