Skip to content
New issue

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

타입스크립트 지원 #4

Open
jong-hui opened this issue Sep 8, 2020 · 1 comment
Open

타입스크립트 지원 #4

jong-hui opened this issue Sep 8, 2020 · 1 comment

Comments

@jong-hui
Copy link

jong-hui commented Sep 8, 2020

안녕하세요.
좋은 라이브러리 만들어주셔서 감사합니다.

타입스크립트 프로젝트에서 라이브러리를 적용하는 대에 이슈가 있어서 타입스크립트 지원은 계획에 있는지 궁금합니다.

감사합니다.

@teddy258
Copy link

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기준)
서버는 다를수도 있어요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants