decova-dotnet-developer
Version:
This package provides fundumentals that a .net developer may miss while working with Typescript, whether they are missing functinalities or funcionalities provided in a non-elegant design in javascript. Bad naming, bad design of optional parameters, non-c
15 lines • 692 B
TypeScript
export { Func, Func2, Func3, Func4, Func5 } from './CommonDelegates';
export { Action, Action2, Action3, Action4, Action5 } from './CommonDelegates';
export { List } from './List/List';
export { IIndexed } from './IIndexable';
export { DateTime } from './DateTime/DateTime';
export { TimeSpan } from './DateTime/TimeSpan';
export { WeekDay } from './DateTime/WeekDay';
export { DateFormat } from './DateTime/DateFormat';
export { s, xs, XString } from './String/XString';
export * from './Exceptions/Exceptions';
export * from './List/Dictionary';
export * from './SemVersion/SemVersion';
import './String/String.x';
import './Array/Array.x';
//# sourceMappingURL=index.d.ts.map