UNPKG

newgrounds-api

Version:

A simple Node.js library for interacting with the Newgrounds data.

11 lines (10 loc) 176 B
/** * Represents the base options * @interface BaseOptions */ export interface BaseOptions { /** * @property {string} ua - The user agent */ ua: string; }