UNPKG
@kibibit/kibibe
Version:
latest (1.1.1)
next (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.0
a url shortner and tracker
github.com/Kibibit/kibibe
Kibibit/kibibe
@kibibit/kibibe
/
dist
/
config
/
config.service.d.ts
12 lines
(11 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
interface
IKibibeConfig
{
mongo
:
string
;
port
:
number
; }
export
declare
class
ConfigService
{
readonly
projectBase
:
string
;
private
readonly
nconf;
defaults
:
IKibibeConfig
;
constructor
(
);
get
(
name
:
string
):
any
; }