UNPKG

typescript-dotnet-core

Version:

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

7 lines (6 loc) 787 B
"use strict"; /*! * @author electricessence / https://github.com/electricessence/ * Licensing: MIT https://github.com/electricessence/TypeScript.NET-Core/blob/master/LICENSE.md */Object.defineProperty(exports,"__esModule",{value:!0});var Functions=function(){function t(){}return t.prototype.Identity=function(t){return t},t.prototype.True=function(){return!0},t.prototype.False=function(){return!1},t.prototype.Blank=function(){},t}(),rootFunctions=new(exports.Functions=Functions);!function(t){t.Identity=rootFunctions.Identity,t.True=rootFunctions.True,t.False=rootFunctions.False,t.Blank=rootFunctions.Blank}(Functions=exports.Functions||(exports.Functions={})),exports.Functions=Functions,Object.freeze(Functions),exports.default=Functions; //# sourceMappingURL=Functions.js.map