diff --git a/src/index.ts b/src/index.ts index 7a50f05..49ffb0c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -489,5 +489,3 @@ export const version = async function ( return Promise.reject(error) } } - -export { mapPorts }