Skip to content

Commit

Permalink
Added typings of LC property.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmester committed Oct 18, 2020
1 parent 8d3e20d commit 323d833
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/stringformat.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ declare namespace sffjs {
* Gets a list of all registered cultures. The invariant culture is included with an empty string as name.
*/
function getCultures(): CultureInfo[];

/**
* Gets the culture currently in use.
*/
const LC: CultureInfo;
}

interface StringConstructor {
Expand Down

0 comments on commit 323d833

Please sign in to comment.