prettier/tests/typescript_export/default.js

4 lines
58 B
JavaScript

export default interface Foo {
readonly bar?: string;
}