UNPKG

preon

Version:

a smaller nodejs micro-service framework

8 lines (7 loc) 237 B
import PreonCore, { ApplicationOptions } from '@preon/core'; export interface Application extends Preon { } export default class Preon extends PreonCore { constructor(options?: Partial<ApplicationOptions>); get path(): string; }