1 2 3 4
import lib from "lib"; import { a, b } from "pkg"; export default build(lib); export const foo = b;