4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
import Undici from './types/index';
|
|
export default Undici;
|
|
export * from './types/index';
|