Skip to content

nothrow/csharp-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csharp-helpers

Some helper methods I find useful for interaction between C# and JavaScript

Installation

npm install csharp-helpers --save

Usage

Javascript

var csharpHelpers = require('csharp-helpers');
var c = csharpHelpers.test('a');
Output should be 'test [a]'

TypeScript

import { test } from 'csharp-helpers';
console.log(test('a'))
Output should be 'test [a]'

Test

npm run test

About

Helpers for having interoperability between c# and frontend

Resources

License

Stars

Watchers

Forks

Packages

No packages published