UNPKG

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

6 lines 170 B
export declare enum DateFormat { yyyy_MM_dd = "yyyy_MM_dd", dd_MM_yyy = "dd_MM_yyy", MM_dd_yyyy = "MM_dd_yyyy" } //# sourceMappingURL=DateFormat.d.ts.map