UNPKG

dotnetjs

Version:

.Net framework support in javascript

16 lines (13 loc) 239 B
/// <reference path="utils/prim.ts" /> try { module.exports = DotnetJs; } catch (e) { } finally { DotnetJs.Greetings(); } declare module 'dotnetjs' { import dotnetjs = DotnetJs; export = dotnetjs; }