UNPKG
@touchway/touchway-rest-provider
Version:
latest (1.0.1)
1.0.1
1.0.0
@touchway/touchway-rest-provider
/
lib
/
index.js
9 lines
(8 loc)
•
207 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
TWRest
=
/**
@class
*/
(
function
(
) {
function
TWRest
(
) { }
return
TWRest
; }());
exports
.
TWRest
=
TWRest
;