Comparing version 1.0.3 to 1.0.4
@@ -1,2 +0,2 @@ | ||
declare function rudDigits( | ||
export declare function rudDigits( | ||
ymd: [Number, String], | ||
@@ -6,3 +6,3 @@ glue?: String, | ||
declare function rudString( | ||
export declare function rudString( | ||
ymd: [Number, String], | ||
@@ -12,5 +12,5 @@ writeYear?: Boolean, | ||
declare function rudInterval( | ||
export declare function rudInterval( | ||
d1: [Number, String], | ||
d2: [Number, String], | ||
): String; |
{ | ||
"name": "rud", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "russian date submission tool", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.common.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
11110