요청을 받아오기 위해서 작성하는
const bodyParser = require('body-parser');
app.use(bodyParser.urlencoded({extended : true})
위 코드에서 2번째 줄 bodyParser에 취소선이 그어져있으며 마우스enter시
(alias) function bodyParser(options?: bodyParser.OptionsJson & bodyParser.OptionsText & bodyParser.OptionsUrlencoded): NextHandleFunction
(alias) namespace bodyParser
import bodyParser
@deprecated
'bodyParser'은(는) 더 이상 사용되지 않습니다.ts(6385)index.d.ts(19, 5): The declaration was marked as deprecated here.
이런 경고? 안내? 같은게 표시됩니다.
무시하고 해도되나요?