Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 176 Bytes

File metadata and controls

13 lines (11 loc) · 176 Bytes

Welcome to alt:V API Documentation

Hello developer. We are glad to see you here.

const obj = {
  one: 1,
  two: 2,
  fn: (player) => {
    return 1;
  }
};