prettier/tests/typescript_readonly/array.ts

3 lines
88 B
TypeScript

declare const array: readonly number[];
declare const tuple: readonly [number, number];