Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 |
Tags
- node.js
- 코딩테스트준비
- Python
- 데이터베이스시스템
- HTML
- aws
- 엘리스sw트랙
- TiL
- 방송대컴퓨터과학과
- 99클럽
- JavaScript
- 꿀단집
- 코딩테스트
- 유노코딩
- redis
- 파이썬프로그래밍기초
- mongoDB
- 개발자취업
- 방송대
- 중간이들
- CSS
- 오픈소스기반데이터분석
- nestjs
- 항해99
- Git
- 코드잇
- 클라우드컴퓨팅
- Azure
- 프로그래머스
- 파이썬
Archives
- Today
- Total
목록BackEnd/TypeScript (1)
배꼽파지 않도록 잘 개발해요
https://docs.uaparser.dev/intro/quick-start/using-es-modules-typescript.html 만약 named export를 default export처럼 import 하면 다음과 같은 일이 발생한다.This expression is not constructable. Type 'typeof UAParser' has no construct signatures.ts(2351)(alias) namespace UAParser import UAParser "This expression is not constructable": new UAParser()로 인스턴스를 만들 수 없다 "Type 'typeof UAParser' has no construct signatures"..
BackEnd/TypeScript
2025. 7. 22. 23:34