prettier/tests/typescript_destructuring/destructuring.ts

5 lines
67 B
TypeScript

({ foo = [] } = bar);
function f({ x }?) {}
function g([ x ]?) {}