Published 2023. 2. 17. 00:05
반응형
특정값 배열
type method = "GET" | "POST" | "DELETE"
interface ConfigType{
method: method[],
}
any 타입의 req.method
method.includes(req.method as any)
반응형
'Frontend > HTML, CSS, DOM, jQuery' 카테고리의 다른 글
JS)소수점 있으면 toFixed 없으면, 그냥 보여주도록 하는 로직 (0) | 2023.10.25 |
---|---|
overflow clip (overflow hidden과 차이점, overflow-clip) (0) | 2023.10.24 |
NextJS) NextAuth 로그인 인증 (login authentication) (0) | 2023.02.13 |
typescript) path 변환, rute 짧게 변환 '@' 로 (0) | 2023.01.27 |
TailWindCSS) Set-up for react-native (0) | 2022.12.13 |