@typedash/typedash
Advanced tools
Comparing version 3.7.12 to 3.7.13
{ | ||
"name": "@typedash/typedash", | ||
"version": "3.7.12", | ||
"version": "3.7.13", | ||
"description": "Domain agnostic utility functions", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -83,3 +83,3 @@ // https://gcanti.github.io/fp-ts/modules/NonEmptyArray.ts.html | ||
export { includes, sort, sortBy, groupWith, uniq, uniqBy } from 'ramda' | ||
export { includes, sort, sortBy, groupWith, uniq, uniqBy, join } from 'ramda' | ||
@@ -86,0 +86,0 @@ export { |
export * from './_external' | ||
export * from './capitalize' | ||
export * from './getPropBySpec' | ||
@@ -7,2 +8,3 @@ export * from './isNotEmpty' | ||
export * from './stringify' | ||
export * from './titleCase' | ||
export * from './toBoolean' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1267708
1464
19797