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
/
app.service.d.ts
7 lines
(6 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
5
6
7
export interface IKibibeInfo { version: string; } export declare
class
AppService
{ getHello(): IKibibeInfo; }