eh-dia-util-slim
Advanced tools
Comparing version 1.0.1 to 1.0.2
declare module 'eh-dia-util-slim' { | ||
type v = (d: Date) => boolean | ||
export default v | ||
} | ||
export default function eh(d: Date): boolean; | ||
} |
{ | ||
"name": "eh-dia-util-slim", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Hoje é um dia útil? Qual é o próximo dia útil? Pequena lógica para determinar o próximo (ou se hoje é) dia útil considerando fériados nacionais (móveis ou não).", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
23189