카테고리 없음
변수로 불러오는 형태 > import 로 변경하기
cariño
2023. 9. 3. 23:54
728x90
반응형
// const bcrypt = require('bcrypt');
import * as bcrypt from 'bcrypt';
728x90