Commit 8b82070f authored by wildfirecode's avatar wildfirecode

u

parents
import Foo from "./Foo";
export default class Bar {
createFoo(): Foo;
}
export default class Foo {
log(): void;
}
import Bar from "./Bar";
export { Bar };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment