UNPKG

@plattar/plattar-api

Version:

Module for interfacing with the Plattar API (https://www.plattar.com)

5 lines (4 loc) 203 B
import { PlattarObject } from "./plattar-object"; export abstract class PlattarBase extends PlattarObject { constructor(id: string | undefined = undefined, server: Server | undefined = undefined); }