prettier/tests/flow/modified_lib/lib/lib.js

4 lines
70 B
JavaScript

declare module 'foo' {
declare function bar(str: string): number;
}