UNPKG

@kibibit/kibibe

Version:

a url shortner and tracker

12 lines (11 loc) 249 B
export interface IKibibeConfig { mongo: string; port: number; } export declare class ConfigService { readonly projectBase: string; private readonly nconf; defaults: IKibibeConfig; constructor(); get(name: string): any; }