UNPKG
rudyjs
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
R-U-DEAD-YET ?
github.com/sahilchaddha/rudyjs
sahilchaddha/rudyjs
rudyjs
/
src
/
service
/
service.ts
12 lines
(10 loc)
•
195 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
//
// service.ts
// R-U-D-Y
//
// Created by Sahil Chaddha on 09/05/2018.
// Copyright © 2018 R-U-D-Y. All rights reserved.
//
export
default
interface
IService
{
serviceName
:
string
}