Skip to content

s-k-z/kolmafia-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kolmafia-js

Install this dependency to your mafia JS script to get TypeScript typings for the mafia standard library!

If you are using a bundler (which you probably are) you will need to mark this as an external module so that the require("kolmafia") is kept in tact.

For example, in webpack you would add the following to your config

  externals: {
    kolmafia: 'commonjs kolmafia',
  }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.2%
  • JavaScript 1.8%