UNPKG

xuxi

Version:

Dynamically utility for combining different types of values ​​into a single value.

5 lines (4 loc) 93 B
import * as x from './external'; export * from './external'; export { x }; export default x;