Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

141 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AyaExpTech Arsenal

JavaScript向けの汎用ユーティリティライブラリです。 (若干競技プログラミングに寄っています)

License

copyright (c) 2025- AyaExpTech
Released under the MIT License.

Author

  • Ayasaka-Koto

Supported LLMs

  • GitHub Copilot Chat (Model: GPT-4.1, GPT-5 mini, Raptor mini)
  • Google Gemini (https://gemini.google.com, Model: Gemini 2.5 Pro, Gemini 3.0 Pro)

Documents

各種仕様などのドキュメントは以下のリンクから参照できます。

Usage

AyaExpTech ArsenalはJSR.ioで公開されています。

  • Web: esm.shからimport
    import { lower_bound } from 'https://esm.sh/jsr/@ayaexptech/arsenal@0.13.0';
  • Deno: JSRネイティブサポート
    // Adhoc import
    import { lower_bound } from "jsr:@ayaexptech/arsenal@0.13.0";
  • Node.js, Bun, Cloudflare Workers, etc.: JSR npm互換レイヤー
    npx jsr add @ayaexptech/arsenal
    import { lower_bound } from "@ayaexptech/arsenal@0.13.0";

詳細は公式ドキュメントのInstallationを参照してください。

Contributing

  • バグ報告
  • 機能追加
    • 本リポジトリ自体が綾坂ことの学習目的を兼ねているため、外部からの機能追加は原則受け付けていません。ご了承ください。
  • ドキュメントの翻訳
    • そのうち手を付けます。しばらくお待ちください。

Releases

Packages

Contributors

Languages