UNPKG
ts-lib
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
ts-lib
/
dist
/
log.js
13 lines
•
323 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
define
([
"require"
,
"exports"
],
function
(
require
,
exports
) {
"use strict"
;
var
Log
= (
function
(
) {
function
Log
(
) { }
Log
.
log
=
function
(
value
) {
console
.
log
(value); };
return
Log
; }());
exports
.
Log
=
Log
; });
//# sourceMappingURL=log.js.map