@jscrpt/common
Advanced tools
Changelog
Version 4.1.0 (2023-10-06)
RecursivePartial
type, that is utility type that makes partial all nested propertiesFunc0
type, that is function definition with zero arguments and return typeFunc0Rest
type, that is function definition with zero mandatory arguments, rest argument and return typeChangelog
Version 4.0.0 (2023-08-15)
CombineStrings
type, that combines unions of stringsPropertyExpression
type, that represents recursively extracts property expressions for type and specified propertiesTypePropertyExpressions
type, that extracts property expressions for type (object)formatString
function
{{obj.property}}
tslib
is now 2.6.1
getValue
function
Dictionary<any>
to Record<string, unknown>
formatString
function
{{value}}
instead of {value}
as it was previousChangelog
Version 3.5.0 (2023-08-14)
formatString
function, that formats input string using formatting parameters (Array or Object)