webpack/test/cases/inner-graph/switch/some-module.js

14 lines
166 B
JavaScript

class Block {
static doSomething() {}
}
class Inline {
static doSomething() {}
}
class Document {
static doSomething() {}
}
export { Block, Inline, Document };