UNPKG
dotnetjs
Version:
latest (1.7.5)
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.18
1.5.17
1.5.16
1.5.15
1.5.14
1.5.13
1.5.12
1.5.11
1.5.10
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.1.0
1.0.2
1.0.1
1.0.0
.Net framework support in javascript
github.com/Master76/dotnetjs
Master76/dotnetjs
dotnetjs
/
src
/
dotnet.ts
16 lines
(13 loc)
•
239 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/// <reference path="utils/prim.ts" />
try
{
module
.
exports
=
DotnetJs
; }
catch
(e) { }
finally
{
DotnetJs
.
Greetings
(); }
declare
module
'dotnetjs'
{
import
dotnetjs =
DotnetJs
;
export
= dotnetjs; }