UNPKG

dotnet-format

Version:

📝 Pretty accurate port of awesome .NET formatting operations for JS environment

7 lines (6 loc) 124 B
declare global { interface Date { toString(format?: string, culture?: string): string; } } export {};