We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
안녕하세요. 좋은 라이브러리 만들어주셔서 감사합니다.
타입스크립트 프로젝트에서 라이브러리를 적용하는 대에 이슈가 있어서 타입스크립트 지원은 계획에 있는지 궁금합니다.
감사합니다.
The text was updated successfully, but these errors were encountered:
josa.d.ts 로 파일 생성
declare module "josa-js" { enum FormatTypes { "을/를", "을", "를", "을를", "은/는", "은", "는", "은는", "이/가", "이", "가", "이가", "와/과", "와", "과", "와과", "으로/로", "으로", "로", "으로로", } function c(source: string, format: keyof typeof FormatTypes): string; function r(source: string, format: keyof typeof FormatTypes): string; }
간단하게 이정도면 사용에 무리 없습니다 (web기준) 서버는 다를수도 있어요
Sorry, something went wrong.
No branches or pull requests
안녕하세요.
좋은 라이브러리 만들어주셔서 감사합니다.
타입스크립트 프로젝트에서 라이브러리를 적용하는 대에 이슈가 있어서 타입스크립트 지원은 계획에 있는지 궁금합니다.
감사합니다.
The text was updated successfully, but these errors were encountered: