UNPKG

typescript-dotnet-amd

Version:

A JavaScript-Friendly .NET Based TypeScript Library.

8 lines (7 loc) 289 B
/*! * @author electricessence / https://github.com/electricessence/ * Licensing: MIT https://github.com/electricessence/TypeScript.NET/blob/master/LICENSE.md */ export declare const isCommonJS: boolean; export declare const isRequireJS: boolean; export declare const isNodeJS: boolean;