UNPKG

decova-dotnet

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

16 lines 739 B
export { DateTime } from './DateTime/DateTime'; export { TimeSpan } from './DateTime/TimeSpan'; export { WeekDay } from './DateTime/WeekDay'; export { DateFormat } from './DateTime/DateFormat'; export { TypeInfo } from './Type/TypeInfo'; export { SemVersion } from './SemVersion/SemVersion'; export { nameof } from 'ts-simple-nameof'; export { Guid } from './Guid/Guid'; import './String/String.impl'; import './Array/Array.impl'; import './Map/Map.impl'; export declare function sleepAsync(ms: number): Promise<void>; export declare function isPrimitive(obj: any): boolean; export declare type Constructor<T = object> = new (...args: any[]) => T; export * from './Exceptions/Exceptions'; //# sourceMappingURL=index.d.ts.map