UNPKG

arcticpackage

Version:

A library for making Arctic packages in typescript.

6 lines (5 loc) 152 B
import Namespace from "./Namespace"; export default class ArcticPackage extends Namespace { readonly name: string; constructor(name: string); }