UNPKG

typescript-dotnet-core

Version:

A the core classes and utilities of a JavaScript-Friendly .NET Based TypeScript Library.

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