prettier/tests/flow/export_type/cjs_with_types.js

7 lines
104 B
JavaScript

/* @flow */
export type talias4 = number;
export interface IFoo { prop: number };
module.exports = {}