src/exports 아래 라이브러리를 구현하세요.
React based module library created by choiuhana
npm install @choiuhana/library-react-basePlease explain the module you made.
import { mathUtils, getName } from "library-node-core";
mathUtils.add(1,2);
getName("cw")- choiuhana