Giter Club home page Giter Club logo

Comments (1)

teddy258 avatar teddy258 commented on August 23, 2024 2

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

from josa.js.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.