Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

boxcrittersmods/bc-api-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

bc-api-docs

we document things can could be used to create mods

##helper function

function getKeys(obj) {
  return Object.keys(obj)
  .map(k=>{
    if(obj[k]){
      return k + ":<code>" + (obj[k].constructor.name||typeof obj[k]) + "</code>";
    }else{
      return k;
    }
  }).toString();
}

About

we document things can could be used to create mods

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published