File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11/*!
2- * Copyright © 2024 Cloudnode OÜ.
2+ * Copyright © 2024–2026 Cloudnode OÜ.
33 *
44 * This file is part of @cldn/ip.
55 *
1515 * If not, see <https://www.gnu.org/licenses/>.
1616 */
1717
18- export { IP } from "./IP.js" ;
18+ export type { IP } from "./IP.js" ;
1919export { IPAddress } from "./IPAddress.js" ;
2020export { IPv4 } from "./IPv4.js" ;
2121export { IPv6 } from "./IPv6.js" ;
22- export { Network } from "./Network.js" ;
22+ export type { Network } from "./Network.js" ;
2323export { Subnet } from "./Subnet.js" ;
2424export { SubnetList } from "./SubnetList.js" ;
Original file line number Diff line number Diff line change 99 "target" : " esnext" ,
1010 "module" : " Node16" ,
1111 "moduleResolution" : " Node16" ,
12+ "isolatedModules" : true ,
1213 "inlineSourceMap" : true ,
1314 "outDir" : " ./dist" ,
1415 "declaration" : true ,
You can’t perform that action at this time.
0 commit comments