@valibot/i18n 0.11.0 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +9 -0
- package/README.md +2 -0
- package/ar/bic.ts +6 -0
- package/ar/bytes.ts +6 -0
- package/ar/creditCard.ts +6 -0
- package/ar/cuid2.ts +6 -0
- package/ar/custom.ts +6 -0
- package/ar/customAsync.ts +6 -0
- package/ar/decimal.ts +6 -0
- package/ar/email.ts +6 -0
- package/ar/emoji.ts +6 -0
- package/ar/endsWith.ts +6 -0
- package/ar/excludes.ts +6 -0
- package/ar/finite.ts +6 -0
- package/ar/hash.ts +6 -0
- package/ar/hexColor.ts +6 -0
- package/ar/hexadecimal.ts +6 -0
- package/ar/imei.ts +6 -0
- package/ar/includes.ts +6 -0
- package/ar/index.ts +55 -0
- package/ar/integer.ts +6 -0
- package/ar/ip.ts +6 -0
- package/ar/ipv4.ts +6 -0
- package/ar/ipv6.ts +6 -0
- package/ar/isoDate.ts +6 -0
- package/ar/isoDateTime.ts +6 -0
- package/ar/isoTime.ts +6 -0
- package/ar/isoTimeSecond.ts +6 -0
- package/ar/isoTimestamp.ts +6 -0
- package/ar/isoWeek.ts +6 -0
- package/ar/length.ts +6 -0
- package/ar/mac.ts +6 -0
- package/ar/mac48.ts +6 -0
- package/ar/mac64.ts +6 -0
- package/ar/maxBytes.ts +6 -0
- package/ar/maxLength.ts +6 -0
- package/ar/maxSize.ts +6 -0
- package/ar/maxValue.ts +6 -0
- package/ar/mimeType.ts +6 -0
- package/ar/minBytes.ts +6 -0
- package/ar/minLength.ts +6 -0
- package/ar/minSize.ts +6 -0
- package/ar/minValue.ts +6 -0
- package/ar/multipleOf.ts +6 -0
- package/ar/notBytes.ts +6 -0
- package/ar/notLength.ts +6 -0
- package/ar/notSize.ts +6 -0
- package/ar/notValue.ts +6 -0
- package/ar/octal.ts +6 -0
- package/ar/regex.ts +6 -0
- package/ar/safeInteger.ts +6 -0
- package/ar/schema.ts +5 -0
- package/ar/size.ts +6 -0
- package/ar/startsWith.ts +6 -0
- package/ar/ulid.ts +6 -0
- package/ar/url.ts +6 -0
- package/ar/uuid.ts +6 -0
- package/ar/value.ts +6 -0
- package/de/bic.ts +6 -0
- package/de/bytes.ts +6 -0
- package/de/creditCard.ts +6 -0
- package/de/cuid2.ts +6 -0
- package/de/custom.ts +6 -0
- package/de/customAsync.ts +6 -0
- package/de/decimal.ts +6 -0
- package/de/email.ts +6 -0
- package/de/emoji.ts +6 -0
- package/de/endsWith.ts +6 -0
- package/de/excludes.ts +6 -0
- package/de/finite.ts +6 -0
- package/de/hash.ts +6 -0
- package/de/hexColor.ts +6 -0
- package/de/hexadecimal.ts +6 -0
- package/de/imei.ts +6 -0
- package/de/includes.ts +6 -0
- package/de/index.ts +55 -0
- package/de/integer.ts +6 -0
- package/de/ip.ts +6 -0
- package/de/ipv4.ts +6 -0
- package/de/ipv6.ts +6 -0
- package/de/isoDate.ts +6 -0
- package/de/isoDateTime.ts +6 -0
- package/de/isoTime.ts +6 -0
- package/de/isoTimeSecond.ts +6 -0
- package/de/isoTimestamp.ts +6 -0
- package/de/isoWeek.ts +6 -0
- package/de/length.ts +6 -0
- package/de/mac.ts +6 -0
- package/de/mac48.ts +6 -0
- package/de/mac64.ts +6 -0
- package/de/maxBytes.ts +6 -0
- package/de/maxLength.ts +6 -0
- package/de/maxSize.ts +6 -0
- package/de/maxValue.ts +6 -0
- package/de/mimeType.ts +6 -0
- package/de/minBytes.ts +6 -0
- package/de/minLength.ts +6 -0
- package/de/minSize.ts +6 -0
- package/de/minValue.ts +6 -0
- package/de/multipleOf.ts +6 -0
- package/de/notBytes.ts +6 -0
- package/de/notLength.ts +6 -0
- package/de/notSize.ts +6 -0
- package/de/notValue.ts +6 -0
- package/de/octal.ts +6 -0
- package/de/regex.ts +6 -0
- package/de/safeInteger.ts +6 -0
- package/de/schema.ts +5 -0
- package/de/size.ts +6 -0
- package/de/startsWith.ts +6 -0
- package/de/ulid.ts +6 -0
- package/de/url.ts +6 -0
- package/de/uuid.ts +6 -0
- package/de/value.ts +6 -0
- package/fr/bic.ts +6 -0
- package/fr/bytes.ts +6 -0
- package/fr/creditCard.ts +6 -0
- package/fr/cuid2.ts +6 -0
- package/fr/custom.ts +6 -0
- package/fr/customAsync.ts +6 -0
- package/fr/decimal.ts +6 -0
- package/fr/email.ts +6 -0
- package/fr/emoji.ts +6 -0
- package/fr/endsWith.ts +6 -0
- package/fr/excludes.ts +6 -0
- package/fr/finite.ts +6 -0
- package/fr/hash.ts +6 -0
- package/fr/hexColor.ts +6 -0
- package/fr/hexadecimal.ts +6 -0
- package/fr/imei.ts +6 -0
- package/fr/includes.ts +6 -0
- package/fr/index.ts +55 -0
- package/fr/integer.ts +6 -0
- package/fr/ip.ts +6 -0
- package/fr/ipv4.ts +6 -0
- package/fr/ipv6.ts +6 -0
- package/fr/isoDate.ts +6 -0
- package/fr/isoDateTime.ts +6 -0
- package/fr/isoTime.ts +6 -0
- package/fr/isoTimeSecond.ts +6 -0
- package/fr/isoTimestamp.ts +6 -0
- package/fr/isoWeek.ts +6 -0
- package/fr/length.ts +6 -0
- package/fr/mac.ts +6 -0
- package/fr/mac48.ts +6 -0
- package/fr/mac64.ts +6 -0
- package/fr/maxBytes.ts +6 -0
- package/fr/maxLength.ts +6 -0
- package/fr/maxSize.ts +6 -0
- package/fr/maxValue.ts +6 -0
- package/fr/mimeType.ts +6 -0
- package/fr/minBytes.ts +6 -0
- package/fr/minLength.ts +6 -0
- package/fr/minSize.ts +6 -0
- package/fr/minValue.ts +6 -0
- package/fr/multipleOf.ts +6 -0
- package/fr/notBytes.ts +6 -0
- package/fr/notLength.ts +6 -0
- package/fr/notSize.ts +6 -0
- package/fr/notValue.ts +6 -0
- package/fr/octal.ts +6 -0
- package/fr/regex.ts +6 -0
- package/fr/safeInteger.ts +6 -0
- package/fr/schema.ts +5 -0
- package/fr/size.ts +6 -0
- package/fr/startsWith.ts +6 -0
- package/fr/ulid.ts +6 -0
- package/fr/url.ts +6 -0
- package/fr/uuid.ts +6 -0
- package/fr/value.ts +6 -0
- package/hu/bic.cjs +7 -0
- package/hu/bic.d.cts +1 -0
- package/hu/bic.d.ts +1 -0
- package/hu/bic.js +6 -0
- package/hu/bic.ts +6 -0
- package/hu/bytes.cjs +7 -0
- package/hu/bytes.d.cts +1 -0
- package/hu/bytes.d.ts +1 -0
- package/hu/bytes.js +6 -0
- package/hu/bytes.ts +6 -0
- package/hu/creditCard.cjs +7 -0
- package/hu/creditCard.d.cts +1 -0
- package/hu/creditCard.d.ts +1 -0
- package/hu/creditCard.js +6 -0
- package/hu/creditCard.ts +6 -0
- package/hu/cuid2.cjs +7 -0
- package/hu/cuid2.d.cts +1 -0
- package/hu/cuid2.d.ts +1 -0
- package/hu/cuid2.js +6 -0
- package/hu/cuid2.ts +6 -0
- package/hu/custom.cjs +7 -0
- package/hu/custom.d.cts +1 -0
- package/hu/custom.d.ts +1 -0
- package/hu/custom.js +6 -0
- package/hu/custom.ts +6 -0
- package/hu/customAsync.cjs +7 -0
- package/hu/customAsync.d.cts +1 -0
- package/hu/customAsync.d.ts +1 -0
- package/hu/customAsync.js +6 -0
- package/hu/customAsync.ts +6 -0
- package/hu/decimal.cjs +7 -0
- package/hu/decimal.d.cts +1 -0
- package/hu/decimal.d.ts +1 -0
- package/hu/decimal.js +6 -0
- package/hu/decimal.ts +6 -0
- package/hu/email.cjs +7 -0
- package/hu/email.d.cts +1 -0
- package/hu/email.d.ts +1 -0
- package/hu/email.js +6 -0
- package/hu/email.ts +6 -0
- package/hu/emoji.cjs +7 -0
- package/hu/emoji.d.cts +1 -0
- package/hu/emoji.d.ts +1 -0
- package/hu/emoji.js +6 -0
- package/hu/emoji.ts +6 -0
- package/hu/endsWith.cjs +7 -0
- package/hu/endsWith.d.cts +1 -0
- package/hu/endsWith.d.ts +1 -0
- package/hu/endsWith.js +6 -0
- package/hu/endsWith.ts +6 -0
- package/hu/excludes.cjs +7 -0
- package/hu/excludes.d.cts +1 -0
- package/hu/excludes.d.ts +1 -0
- package/hu/excludes.js +6 -0
- package/hu/excludes.ts +6 -0
- package/hu/finite.cjs +7 -0
- package/hu/finite.d.cts +1 -0
- package/hu/finite.d.ts +1 -0
- package/hu/finite.js +6 -0
- package/hu/finite.ts +6 -0
- package/hu/hash.cjs +7 -0
- package/hu/hash.d.cts +1 -0
- package/hu/hash.d.ts +1 -0
- package/hu/hash.js +6 -0
- package/hu/hash.ts +6 -0
- package/hu/hexColor.cjs +7 -0
- package/hu/hexColor.d.cts +1 -0
- package/hu/hexColor.d.ts +1 -0
- package/hu/hexColor.js +6 -0
- package/hu/hexColor.ts +6 -0
- package/hu/hexadecimal.cjs +7 -0
- package/hu/hexadecimal.d.cts +1 -0
- package/hu/hexadecimal.d.ts +1 -0
- package/hu/hexadecimal.js +6 -0
- package/hu/hexadecimal.ts +6 -0
- package/hu/imei.cjs +7 -0
- package/hu/imei.d.cts +1 -0
- package/hu/imei.d.ts +1 -0
- package/hu/imei.js +6 -0
- package/hu/imei.ts +6 -0
- package/hu/includes.cjs +7 -0
- package/hu/includes.d.cts +1 -0
- package/hu/includes.d.ts +1 -0
- package/hu/includes.js +6 -0
- package/hu/includes.ts +6 -0
- package/hu/index.cjs +56 -0
- package/hu/index.d.cts +1 -0
- package/hu/index.d.ts +1 -0
- package/hu/index.js +55 -0
- package/hu/index.ts +55 -0
- package/hu/integer.cjs +7 -0
- package/hu/integer.d.cts +1 -0
- package/hu/integer.d.ts +1 -0
- package/hu/integer.js +6 -0
- package/hu/integer.ts +6 -0
- package/hu/ip.cjs +7 -0
- package/hu/ip.d.cts +1 -0
- package/hu/ip.d.ts +1 -0
- package/hu/ip.js +6 -0
- package/hu/ip.ts +6 -0
- package/hu/ipv4.cjs +7 -0
- package/hu/ipv4.d.cts +1 -0
- package/hu/ipv4.d.ts +1 -0
- package/hu/ipv4.js +6 -0
- package/hu/ipv4.ts +6 -0
- package/hu/ipv6.cjs +7 -0
- package/hu/ipv6.d.cts +1 -0
- package/hu/ipv6.d.ts +1 -0
- package/hu/ipv6.js +6 -0
- package/hu/ipv6.ts +6 -0
- package/hu/isoDate.cjs +7 -0
- package/hu/isoDate.d.cts +1 -0
- package/hu/isoDate.d.ts +1 -0
- package/hu/isoDate.js +6 -0
- package/hu/isoDate.ts +6 -0
- package/hu/isoDateTime.cjs +7 -0
- package/hu/isoDateTime.d.cts +1 -0
- package/hu/isoDateTime.d.ts +1 -0
- package/hu/isoDateTime.js +6 -0
- package/hu/isoDateTime.ts +6 -0
- package/hu/isoTime.cjs +7 -0
- package/hu/isoTime.d.cts +1 -0
- package/hu/isoTime.d.ts +1 -0
- package/hu/isoTime.js +6 -0
- package/hu/isoTime.ts +6 -0
- package/hu/isoTimeSecond.cjs +7 -0
- package/hu/isoTimeSecond.d.cts +1 -0
- package/hu/isoTimeSecond.d.ts +1 -0
- package/hu/isoTimeSecond.js +6 -0
- package/hu/isoTimeSecond.ts +6 -0
- package/hu/isoTimestamp.cjs +7 -0
- package/hu/isoTimestamp.d.cts +1 -0
- package/hu/isoTimestamp.d.ts +1 -0
- package/hu/isoTimestamp.js +6 -0
- package/hu/isoTimestamp.ts +6 -0
- package/hu/isoWeek.cjs +7 -0
- package/hu/isoWeek.d.cts +1 -0
- package/hu/isoWeek.d.ts +1 -0
- package/hu/isoWeek.js +6 -0
- package/hu/isoWeek.ts +6 -0
- package/hu/length.cjs +7 -0
- package/hu/length.d.cts +1 -0
- package/hu/length.d.ts +1 -0
- package/hu/length.js +6 -0
- package/hu/length.ts +6 -0
- package/hu/mac.cjs +7 -0
- package/hu/mac.d.cts +1 -0
- package/hu/mac.d.ts +1 -0
- package/hu/mac.js +6 -0
- package/hu/mac.ts +6 -0
- package/hu/mac48.cjs +7 -0
- package/hu/mac48.d.cts +1 -0
- package/hu/mac48.d.ts +1 -0
- package/hu/mac48.js +6 -0
- package/hu/mac48.ts +6 -0
- package/hu/mac64.cjs +7 -0
- package/hu/mac64.d.cts +1 -0
- package/hu/mac64.d.ts +1 -0
- package/hu/mac64.js +6 -0
- package/hu/mac64.ts +6 -0
- package/hu/maxBytes.cjs +7 -0
- package/hu/maxBytes.d.cts +1 -0
- package/hu/maxBytes.d.ts +1 -0
- package/hu/maxBytes.js +6 -0
- package/hu/maxBytes.ts +6 -0
- package/hu/maxLength.cjs +7 -0
- package/hu/maxLength.d.cts +1 -0
- package/hu/maxLength.d.ts +1 -0
- package/hu/maxLength.js +6 -0
- package/hu/maxLength.ts +6 -0
- package/hu/maxSize.cjs +7 -0
- package/hu/maxSize.d.cts +1 -0
- package/hu/maxSize.d.ts +1 -0
- package/hu/maxSize.js +6 -0
- package/hu/maxSize.ts +6 -0
- package/hu/maxValue.cjs +7 -0
- package/hu/maxValue.d.cts +1 -0
- package/hu/maxValue.d.ts +1 -0
- package/hu/maxValue.js +6 -0
- package/hu/maxValue.ts +6 -0
- package/hu/mimeType.cjs +7 -0
- package/hu/mimeType.d.cts +1 -0
- package/hu/mimeType.d.ts +1 -0
- package/hu/mimeType.js +6 -0
- package/hu/mimeType.ts +6 -0
- package/hu/minBytes.cjs +7 -0
- package/hu/minBytes.d.cts +1 -0
- package/hu/minBytes.d.ts +1 -0
- package/hu/minBytes.js +6 -0
- package/hu/minBytes.ts +6 -0
- package/hu/minLength.cjs +7 -0
- package/hu/minLength.d.cts +1 -0
- package/hu/minLength.d.ts +1 -0
- package/hu/minLength.js +6 -0
- package/hu/minLength.ts +6 -0
- package/hu/minSize.cjs +7 -0
- package/hu/minSize.d.cts +1 -0
- package/hu/minSize.d.ts +1 -0
- package/hu/minSize.js +6 -0
- package/hu/minSize.ts +6 -0
- package/hu/minValue.cjs +7 -0
- package/hu/minValue.d.cts +1 -0
- package/hu/minValue.d.ts +1 -0
- package/hu/minValue.js +6 -0
- package/hu/minValue.ts +6 -0
- package/hu/multipleOf.cjs +7 -0
- package/hu/multipleOf.d.cts +1 -0
- package/hu/multipleOf.d.ts +1 -0
- package/hu/multipleOf.js +6 -0
- package/hu/multipleOf.ts +6 -0
- package/hu/notBytes.cjs +7 -0
- package/hu/notBytes.d.cts +1 -0
- package/hu/notBytes.d.ts +1 -0
- package/hu/notBytes.js +6 -0
- package/hu/notBytes.ts +6 -0
- package/hu/notLength.cjs +7 -0
- package/hu/notLength.d.cts +1 -0
- package/hu/notLength.d.ts +1 -0
- package/hu/notLength.js +6 -0
- package/hu/notLength.ts +6 -0
- package/hu/notSize.cjs +7 -0
- package/hu/notSize.d.cts +1 -0
- package/hu/notSize.d.ts +1 -0
- package/hu/notSize.js +6 -0
- package/hu/notSize.ts +6 -0
- package/hu/notValue.cjs +7 -0
- package/hu/notValue.d.cts +1 -0
- package/hu/notValue.d.ts +1 -0
- package/hu/notValue.js +6 -0
- package/hu/notValue.ts +6 -0
- package/hu/octal.cjs +7 -0
- package/hu/octal.d.cts +1 -0
- package/hu/octal.d.ts +1 -0
- package/hu/octal.js +6 -0
- package/hu/octal.ts +6 -0
- package/hu/regex.cjs +7 -0
- package/hu/regex.d.cts +1 -0
- package/hu/regex.d.ts +1 -0
- package/hu/regex.js +6 -0
- package/hu/regex.ts +6 -0
- package/hu/safeInteger.cjs +7 -0
- package/hu/safeInteger.d.cts +1 -0
- package/hu/safeInteger.d.ts +1 -0
- package/hu/safeInteger.js +6 -0
- package/hu/safeInteger.ts +6 -0
- package/hu/schema.cjs +6 -0
- package/hu/schema.d.cts +1 -0
- package/hu/schema.d.ts +1 -0
- package/hu/schema.js +5 -0
- package/hu/schema.ts +5 -0
- package/hu/size.cjs +7 -0
- package/hu/size.d.cts +1 -0
- package/hu/size.d.ts +1 -0
- package/hu/size.js +6 -0
- package/hu/size.ts +6 -0
- package/hu/startsWith.cjs +7 -0
- package/hu/startsWith.d.cts +1 -0
- package/hu/startsWith.d.ts +1 -0
- package/hu/startsWith.js +6 -0
- package/hu/startsWith.ts +6 -0
- package/hu/ulid.cjs +7 -0
- package/hu/ulid.d.cts +1 -0
- package/hu/ulid.d.ts +1 -0
- package/hu/ulid.js +6 -0
- package/hu/ulid.ts +6 -0
- package/hu/url.cjs +7 -0
- package/hu/url.d.cts +1 -0
- package/hu/url.d.ts +1 -0
- package/hu/url.js +6 -0
- package/hu/url.ts +6 -0
- package/hu/uuid.cjs +7 -0
- package/hu/uuid.d.cts +1 -0
- package/hu/uuid.d.ts +1 -0
- package/hu/uuid.js +6 -0
- package/hu/uuid.ts +6 -0
- package/hu/value.cjs +7 -0
- package/hu/value.d.cts +1 -0
- package/hu/value.d.ts +1 -0
- package/hu/value.js +6 -0
- package/hu/value.ts +6 -0
- package/index.cjs +1 -0
- package/index.js +1 -0
- package/index.ts +16 -0
- package/ja/bic.ts +6 -0
- package/ja/bytes.ts +6 -0
- package/ja/creditCard.ts +6 -0
- package/ja/cuid2.ts +6 -0
- package/ja/custom.ts +6 -0
- package/ja/customAsync.ts +6 -0
- package/ja/decimal.ts +6 -0
- package/ja/email.ts +6 -0
- package/ja/emoji.ts +6 -0
- package/ja/endsWith.ts +6 -0
- package/ja/excludes.ts +6 -0
- package/ja/finite.ts +6 -0
- package/ja/hash.ts +6 -0
- package/ja/hexColor.ts +6 -0
- package/ja/hexadecimal.ts +6 -0
- package/ja/imei.ts +6 -0
- package/ja/includes.ts +6 -0
- package/ja/index.ts +55 -0
- package/ja/integer.ts +6 -0
- package/ja/ip.ts +6 -0
- package/ja/ipv4.ts +6 -0
- package/ja/ipv6.ts +6 -0
- package/ja/isoDate.ts +6 -0
- package/ja/isoDateTime.ts +6 -0
- package/ja/isoTime.ts +6 -0
- package/ja/isoTimeSecond.ts +6 -0
- package/ja/isoTimestamp.ts +6 -0
- package/ja/isoWeek.ts +6 -0
- package/ja/length.ts +6 -0
- package/ja/mac.ts +6 -0
- package/ja/mac48.ts +6 -0
- package/ja/mac64.ts +6 -0
- package/ja/maxBytes.ts +6 -0
- package/ja/maxLength.ts +6 -0
- package/ja/maxSize.ts +6 -0
- package/ja/maxValue.ts +6 -0
- package/ja/mimeType.ts +6 -0
- package/ja/minBytes.ts +6 -0
- package/ja/minLength.ts +6 -0
- package/ja/minSize.ts +6 -0
- package/ja/minValue.ts +6 -0
- package/ja/multipleOf.ts +6 -0
- package/ja/notBytes.ts +6 -0
- package/ja/notLength.ts +6 -0
- package/ja/notSize.ts +6 -0
- package/ja/notValue.ts +6 -0
- package/ja/octal.ts +6 -0
- package/ja/regex.ts +6 -0
- package/ja/safeInteger.ts +6 -0
- package/ja/schema.ts +5 -0
- package/ja/size.ts +6 -0
- package/ja/startsWith.ts +6 -0
- package/ja/ulid.ts +6 -0
- package/ja/url.ts +6 -0
- package/ja/uuid.ts +6 -0
- package/ja/value.ts +6 -0
- package/kr/bic.ts +6 -0
- package/kr/bytes.ts +6 -0
- package/kr/creditCard.ts +6 -0
- package/kr/cuid2.ts +6 -0
- package/kr/custom.ts +6 -0
- package/kr/customAsync.ts +6 -0
- package/kr/decimal.ts +6 -0
- package/kr/email.ts +6 -0
- package/kr/emoji.ts +6 -0
- package/kr/endsWith.ts +6 -0
- package/kr/excludes.ts +6 -0
- package/kr/finite.ts +6 -0
- package/kr/hash.ts +6 -0
- package/kr/hexColor.ts +6 -0
- package/kr/hexadecimal.ts +6 -0
- package/kr/imei.ts +6 -0
- package/kr/includes.ts +6 -0
- package/kr/index.ts +55 -0
- package/kr/integer.ts +6 -0
- package/kr/ip.ts +6 -0
- package/kr/ipv4.ts +6 -0
- package/kr/ipv6.ts +6 -0
- package/kr/isoDate.ts +6 -0
- package/kr/isoDateTime.ts +6 -0
- package/kr/isoTime.ts +6 -0
- package/kr/isoTimeSecond.ts +6 -0
- package/kr/isoTimestamp.ts +6 -0
- package/kr/isoWeek.ts +6 -0
- package/kr/length.ts +6 -0
- package/kr/mac.ts +6 -0
- package/kr/mac48.ts +6 -0
- package/kr/mac64.ts +6 -0
- package/kr/maxBytes.ts +6 -0
- package/kr/maxLength.ts +6 -0
- package/kr/maxSize.ts +6 -0
- package/kr/maxValue.ts +6 -0
- package/kr/mimeType.ts +6 -0
- package/kr/minBytes.ts +6 -0
- package/kr/minLength.ts +6 -0
- package/kr/minSize.ts +6 -0
- package/kr/minValue.ts +6 -0
- package/kr/multipleOf.ts +6 -0
- package/kr/notBytes.ts +6 -0
- package/kr/notLength.ts +6 -0
- package/kr/notSize.ts +6 -0
- package/kr/notValue.ts +6 -0
- package/kr/octal.ts +6 -0
- package/kr/regex.ts +6 -0
- package/kr/safeInteger.ts +6 -0
- package/kr/schema.ts +5 -0
- package/kr/size.ts +6 -0
- package/kr/startsWith.ts +6 -0
- package/kr/ulid.ts +6 -0
- package/kr/url.ts +6 -0
- package/kr/uuid.ts +6 -0
- package/kr/value.ts +6 -0
- package/nb/bic.ts +6 -0
- package/nb/bytes.ts +6 -0
- package/nb/creditCard.ts +6 -0
- package/nb/cuid2.ts +6 -0
- package/nb/custom.ts +6 -0
- package/nb/customAsync.ts +6 -0
- package/nb/decimal.ts +6 -0
- package/nb/email.ts +6 -0
- package/nb/emoji.ts +6 -0
- package/nb/endsWith.ts +6 -0
- package/nb/excludes.ts +6 -0
- package/nb/finite.ts +6 -0
- package/nb/hash.ts +6 -0
- package/nb/hexColor.ts +6 -0
- package/nb/hexadecimal.ts +6 -0
- package/nb/imei.ts +6 -0
- package/nb/includes.ts +6 -0
- package/nb/index.ts +55 -0
- package/nb/integer.ts +6 -0
- package/nb/ip.ts +6 -0
- package/nb/ipv4.ts +6 -0
- package/nb/ipv6.ts +6 -0
- package/nb/isoDate.ts +6 -0
- package/nb/isoDateTime.ts +6 -0
- package/nb/isoTime.ts +6 -0
- package/nb/isoTimeSecond.ts +6 -0
- package/nb/isoTimestamp.ts +6 -0
- package/nb/isoWeek.ts +6 -0
- package/nb/length.ts +6 -0
- package/nb/mac.ts +6 -0
- package/nb/mac48.ts +6 -0
- package/nb/mac64.ts +6 -0
- package/nb/maxBytes.ts +6 -0
- package/nb/maxLength.ts +6 -0
- package/nb/maxSize.ts +6 -0
- package/nb/maxValue.ts +6 -0
- package/nb/mimeType.ts +6 -0
- package/nb/minBytes.ts +6 -0
- package/nb/minLength.ts +6 -0
- package/nb/minSize.ts +6 -0
- package/nb/minValue.ts +6 -0
- package/nb/multipleOf.ts +6 -0
- package/nb/notBytes.ts +6 -0
- package/nb/notLength.ts +6 -0
- package/nb/notSize.ts +6 -0
- package/nb/notValue.ts +6 -0
- package/nb/octal.ts +6 -0
- package/nb/regex.ts +6 -0
- package/nb/safeInteger.ts +6 -0
- package/nb/schema.ts +5 -0
- package/nb/size.ts +6 -0
- package/nb/startsWith.ts +6 -0
- package/nb/ulid.ts +6 -0
- package/nb/url.ts +6 -0
- package/nb/uuid.ts +6 -0
- package/nb/value.ts +6 -0
- package/nl/bic.ts +6 -0
- package/nl/bytes.ts +6 -0
- package/nl/creditCard.ts +6 -0
- package/nl/cuid2.ts +6 -0
- package/nl/custom.ts +6 -0
- package/nl/customAsync.ts +6 -0
- package/nl/decimal.ts +6 -0
- package/nl/email.ts +6 -0
- package/nl/emoji.ts +6 -0
- package/nl/endsWith.ts +6 -0
- package/nl/excludes.ts +6 -0
- package/nl/finite.ts +6 -0
- package/nl/hash.ts +6 -0
- package/nl/hexColor.ts +6 -0
- package/nl/hexadecimal.ts +6 -0
- package/nl/imei.ts +6 -0
- package/nl/includes.ts +6 -0
- package/nl/index.ts +55 -0
- package/nl/integer.ts +6 -0
- package/nl/ip.ts +6 -0
- package/nl/ipv4.ts +6 -0
- package/nl/ipv6.ts +6 -0
- package/nl/isoDate.ts +6 -0
- package/nl/isoDateTime.ts +6 -0
- package/nl/isoTime.ts +6 -0
- package/nl/isoTimeSecond.ts +6 -0
- package/nl/isoTimestamp.ts +6 -0
- package/nl/isoWeek.ts +6 -0
- package/nl/length.ts +6 -0
- package/nl/mac.ts +6 -0
- package/nl/mac48.ts +6 -0
- package/nl/mac64.ts +6 -0
- package/nl/maxBytes.ts +6 -0
- package/nl/maxLength.ts +6 -0
- package/nl/maxSize.ts +6 -0
- package/nl/maxValue.ts +6 -0
- package/nl/mimeType.ts +6 -0
- package/nl/minBytes.ts +6 -0
- package/nl/minLength.ts +6 -0
- package/nl/minSize.ts +6 -0
- package/nl/minValue.ts +6 -0
- package/nl/multipleOf.ts +6 -0
- package/nl/notBytes.ts +6 -0
- package/nl/notLength.ts +6 -0
- package/nl/notSize.ts +6 -0
- package/nl/notValue.ts +6 -0
- package/nl/octal.ts +6 -0
- package/nl/regex.ts +6 -0
- package/nl/safeInteger.ts +6 -0
- package/nl/schema.ts +5 -0
- package/nl/size.ts +6 -0
- package/nl/startsWith.ts +6 -0
- package/nl/ulid.ts +6 -0
- package/nl/url.ts +6 -0
- package/nl/uuid.ts +6 -0
- package/nl/value.ts +6 -0
- package/package.json +569 -8
- package/pt/bic.ts +6 -0
- package/pt/bytes.ts +6 -0
- package/pt/creditCard.ts +6 -0
- package/pt/cuid2.ts +6 -0
- package/pt/custom.ts +6 -0
- package/pt/customAsync.ts +6 -0
- package/pt/decimal.ts +6 -0
- package/pt/email.ts +6 -0
- package/pt/emoji.ts +6 -0
- package/pt/endsWith.ts +6 -0
- package/pt/excludes.ts +6 -0
- package/pt/finite.ts +6 -0
- package/pt/hash.ts +6 -0
- package/pt/hexColor.ts +6 -0
- package/pt/hexadecimal.ts +6 -0
- package/pt/imei.ts +6 -0
- package/pt/includes.ts +6 -0
- package/pt/index.ts +55 -0
- package/pt/integer.ts +6 -0
- package/pt/ip.ts +6 -0
- package/pt/ipv4.ts +6 -0
- package/pt/ipv6.ts +6 -0
- package/pt/isoDate.ts +6 -0
- package/pt/isoDateTime.ts +6 -0
- package/pt/isoTime.ts +6 -0
- package/pt/isoTimeSecond.ts +6 -0
- package/pt/isoTimestamp.ts +6 -0
- package/pt/isoWeek.ts +6 -0
- package/pt/length.ts +6 -0
- package/pt/mac.ts +6 -0
- package/pt/mac48.ts +6 -0
- package/pt/mac64.ts +6 -0
- package/pt/maxBytes.ts +6 -0
- package/pt/maxLength.ts +6 -0
- package/pt/maxSize.ts +6 -0
- package/pt/maxValue.ts +6 -0
- package/pt/mimeType.ts +6 -0
- package/pt/minBytes.ts +6 -0
- package/pt/minLength.ts +6 -0
- package/pt/minSize.ts +6 -0
- package/pt/minValue.ts +6 -0
- package/pt/multipleOf.ts +6 -0
- package/pt/notBytes.ts +6 -0
- package/pt/notLength.ts +6 -0
- package/pt/notSize.ts +6 -0
- package/pt/notValue.ts +6 -0
- package/pt/octal.ts +6 -0
- package/pt/regex.ts +6 -0
- package/pt/safeInteger.ts +6 -0
- package/pt/schema.ts +5 -0
- package/pt/size.ts +6 -0
- package/pt/startsWith.ts +6 -0
- package/pt/ulid.ts +6 -0
- package/pt/url.ts +6 -0
- package/pt/uuid.ts +6 -0
- package/pt/value.ts +6 -0
- package/ro/bic.ts +6 -0
- package/ro/bytes.ts +6 -0
- package/ro/creditCard.ts +6 -0
- package/ro/cuid2.ts +6 -0
- package/ro/custom.ts +6 -0
- package/ro/customAsync.ts +6 -0
- package/ro/decimal.ts +6 -0
- package/ro/email.ts +6 -0
- package/ro/emoji.ts +6 -0
- package/ro/endsWith.ts +6 -0
- package/ro/excludes.ts +6 -0
- package/ro/finite.ts +6 -0
- package/ro/hash.ts +6 -0
- package/ro/hexColor.ts +6 -0
- package/ro/hexadecimal.ts +6 -0
- package/ro/imei.ts +6 -0
- package/ro/includes.ts +6 -0
- package/ro/index.ts +55 -0
- package/ro/integer.ts +6 -0
- package/ro/ip.ts +6 -0
- package/ro/ipv4.ts +6 -0
- package/ro/ipv6.ts +6 -0
- package/ro/isoDate.ts +6 -0
- package/ro/isoDateTime.ts +6 -0
- package/ro/isoTime.ts +6 -0
- package/ro/isoTimeSecond.ts +6 -0
- package/ro/isoTimestamp.ts +6 -0
- package/ro/isoWeek.ts +6 -0
- package/ro/length.ts +6 -0
- package/ro/mac.ts +6 -0
- package/ro/mac48.ts +6 -0
- package/ro/mac64.ts +6 -0
- package/ro/maxBytes.ts +6 -0
- package/ro/maxLength.ts +6 -0
- package/ro/maxSize.ts +6 -0
- package/ro/maxValue.ts +6 -0
- package/ro/mimeType.ts +6 -0
- package/ro/minBytes.ts +6 -0
- package/ro/minLength.ts +6 -0
- package/ro/minSize.ts +6 -0
- package/ro/minValue.ts +6 -0
- package/ro/multipleOf.ts +6 -0
- package/ro/notBytes.ts +6 -0
- package/ro/notLength.ts +6 -0
- package/ro/notSize.ts +6 -0
- package/ro/notValue.ts +6 -0
- package/ro/octal.ts +6 -0
- package/ro/regex.ts +6 -0
- package/ro/safeInteger.ts +6 -0
- package/ro/schema.ts +5 -0
- package/ro/size.ts +6 -0
- package/ro/startsWith.ts +6 -0
- package/ro/ulid.ts +6 -0
- package/ro/url.ts +6 -0
- package/ro/uuid.ts +6 -0
- package/ro/value.ts +6 -0
- package/ru/bic.ts +6 -0
- package/ru/bytes.ts +6 -0
- package/ru/creditCard.ts +6 -0
- package/ru/cuid2.ts +6 -0
- package/ru/custom.ts +6 -0
- package/ru/customAsync.ts +6 -0
- package/ru/decimal.ts +6 -0
- package/ru/email.ts +6 -0
- package/ru/emoji.ts +6 -0
- package/ru/endsWith.ts +6 -0
- package/ru/excludes.ts +6 -0
- package/ru/finite.ts +6 -0
- package/ru/hash.ts +6 -0
- package/ru/hexColor.ts +6 -0
- package/ru/hexadecimal.ts +6 -0
- package/ru/imei.ts +6 -0
- package/ru/includes.ts +6 -0
- package/ru/index.ts +55 -0
- package/ru/integer.ts +6 -0
- package/ru/ip.ts +6 -0
- package/ru/ipv4.ts +6 -0
- package/ru/ipv6.ts +6 -0
- package/ru/isoDate.ts +6 -0
- package/ru/isoDateTime.ts +6 -0
- package/ru/isoTime.ts +6 -0
- package/ru/isoTimeSecond.ts +6 -0
- package/ru/isoTimestamp.ts +6 -0
- package/ru/isoWeek.ts +6 -0
- package/ru/length.ts +6 -0
- package/ru/mac.ts +6 -0
- package/ru/mac48.ts +6 -0
- package/ru/mac64.ts +6 -0
- package/ru/maxBytes.ts +6 -0
- package/ru/maxLength.ts +6 -0
- package/ru/maxSize.ts +6 -0
- package/ru/maxValue.ts +6 -0
- package/ru/mimeType.ts +6 -0
- package/ru/minBytes.ts +6 -0
- package/ru/minLength.ts +6 -0
- package/ru/minSize.ts +6 -0
- package/ru/minValue.ts +6 -0
- package/ru/multipleOf.ts +6 -0
- package/ru/notBytes.ts +6 -0
- package/ru/notLength.ts +6 -0
- package/ru/notSize.ts +6 -0
- package/ru/notValue.ts +6 -0
- package/ru/octal.ts +6 -0
- package/ru/regex.ts +6 -0
- package/ru/safeInteger.ts +6 -0
- package/ru/schema.ts +5 -0
- package/ru/size.ts +6 -0
- package/ru/startsWith.ts +6 -0
- package/ru/ulid.ts +6 -0
- package/ru/url.ts +6 -0
- package/ru/uuid.ts +6 -0
- package/ru/value.ts +6 -0
- package/sl/bic.ts +6 -0
- package/sl/bytes.ts +6 -0
- package/sl/creditCard.ts +6 -0
- package/sl/cuid2.ts +6 -0
- package/sl/custom.ts +6 -0
- package/sl/customAsync.ts +6 -0
- package/sl/decimal.ts +6 -0
- package/sl/email.ts +6 -0
- package/sl/emoji.ts +6 -0
- package/sl/endsWith.ts +6 -0
- package/sl/excludes.ts +6 -0
- package/sl/finite.ts +6 -0
- package/sl/hash.ts +6 -0
- package/sl/hexColor.ts +6 -0
- package/sl/hexadecimal.ts +6 -0
- package/sl/imei.ts +6 -0
- package/sl/includes.ts +6 -0
- package/sl/index.ts +55 -0
- package/sl/integer.ts +6 -0
- package/sl/ip.ts +6 -0
- package/sl/ipv4.ts +6 -0
- package/sl/ipv6.ts +6 -0
- package/sl/isoDate.ts +6 -0
- package/sl/isoDateTime.ts +6 -0
- package/sl/isoTime.ts +6 -0
- package/sl/isoTimeSecond.ts +6 -0
- package/sl/isoTimestamp.ts +6 -0
- package/sl/isoWeek.ts +6 -0
- package/sl/length.ts +6 -0
- package/sl/mac.ts +6 -0
- package/sl/mac48.ts +6 -0
- package/sl/mac64.ts +6 -0
- package/sl/maxBytes.ts +6 -0
- package/sl/maxLength.ts +6 -0
- package/sl/maxSize.ts +6 -0
- package/sl/maxValue.ts +6 -0
- package/sl/mimeType.ts +6 -0
- package/sl/minBytes.ts +6 -0
- package/sl/minLength.ts +6 -0
- package/sl/minSize.ts +6 -0
- package/sl/minValue.ts +6 -0
- package/sl/multipleOf.ts +6 -0
- package/sl/notBytes.ts +6 -0
- package/sl/notLength.ts +6 -0
- package/sl/notSize.ts +6 -0
- package/sl/notValue.ts +6 -0
- package/sl/octal.ts +6 -0
- package/sl/regex.ts +6 -0
- package/sl/safeInteger.ts +6 -0
- package/sl/schema.ts +5 -0
- package/sl/size.ts +6 -0
- package/sl/startsWith.ts +6 -0
- package/sl/ulid.ts +6 -0
- package/sl/url.ts +6 -0
- package/sl/uuid.ts +6 -0
- package/sl/value.ts +6 -0
- package/tr/bic.ts +6 -0
- package/tr/bytes.ts +6 -0
- package/tr/creditCard.ts +6 -0
- package/tr/cuid2.ts +6 -0
- package/tr/custom.ts +6 -0
- package/tr/customAsync.ts +6 -0
- package/tr/decimal.ts +6 -0
- package/tr/email.ts +6 -0
- package/tr/emoji.ts +6 -0
- package/tr/endsWith.ts +6 -0
- package/tr/excludes.ts +6 -0
- package/tr/finite.ts +6 -0
- package/tr/hash.ts +6 -0
- package/tr/hexColor.ts +6 -0
- package/tr/hexadecimal.ts +6 -0
- package/tr/imei.ts +6 -0
- package/tr/includes.ts +6 -0
- package/tr/index.ts +55 -0
- package/tr/integer.ts +6 -0
- package/tr/ip.ts +6 -0
- package/tr/ipv4.ts +6 -0
- package/tr/ipv6.ts +6 -0
- package/tr/isoDate.ts +6 -0
- package/tr/isoDateTime.ts +6 -0
- package/tr/isoTime.ts +6 -0
- package/tr/isoTimeSecond.ts +6 -0
- package/tr/isoTimestamp.ts +6 -0
- package/tr/isoWeek.ts +6 -0
- package/tr/length.ts +6 -0
- package/tr/mac.ts +6 -0
- package/tr/mac48.ts +6 -0
- package/tr/mac64.ts +6 -0
- package/tr/maxBytes.ts +6 -0
- package/tr/maxLength.ts +6 -0
- package/tr/maxSize.ts +6 -0
- package/tr/maxValue.ts +6 -0
- package/tr/mimeType.ts +6 -0
- package/tr/minBytes.ts +6 -0
- package/tr/minLength.ts +6 -0
- package/tr/minSize.ts +6 -0
- package/tr/minValue.ts +6 -0
- package/tr/multipleOf.ts +6 -0
- package/tr/notBytes.ts +6 -0
- package/tr/notLength.ts +6 -0
- package/tr/notSize.ts +6 -0
- package/tr/notValue.ts +6 -0
- package/tr/octal.ts +6 -0
- package/tr/regex.ts +6 -0
- package/tr/safeInteger.ts +6 -0
- package/tr/schema.ts +5 -0
- package/tr/size.ts +6 -0
- package/tr/startsWith.ts +6 -0
- package/tr/ulid.ts +6 -0
- package/tr/url.ts +6 -0
- package/tr/uuid.ts +6 -0
- package/tr/value.ts +6 -0
- package/uk/bic.ts +6 -0
- package/uk/bytes.ts +6 -0
- package/uk/creditCard.ts +6 -0
- package/uk/cuid2.ts +6 -0
- package/uk/custom.ts +6 -0
- package/uk/customAsync.ts +6 -0
- package/uk/decimal.ts +6 -0
- package/uk/email.ts +6 -0
- package/uk/emoji.ts +6 -0
- package/uk/endsWith.ts +6 -0
- package/uk/excludes.ts +6 -0
- package/uk/finite.ts +6 -0
- package/uk/hash.ts +6 -0
- package/uk/hexColor.ts +6 -0
- package/uk/hexadecimal.ts +6 -0
- package/uk/imei.ts +6 -0
- package/uk/includes.ts +6 -0
- package/uk/index.ts +55 -0
- package/uk/integer.ts +6 -0
- package/uk/ip.ts +6 -0
- package/uk/ipv4.ts +6 -0
- package/uk/ipv6.ts +6 -0
- package/uk/isoDate.ts +6 -0
- package/uk/isoDateTime.ts +6 -0
- package/uk/isoTime.ts +6 -0
- package/uk/isoTimeSecond.ts +6 -0
- package/uk/isoTimestamp.ts +6 -0
- package/uk/isoWeek.ts +6 -0
- package/uk/length.ts +6 -0
- package/uk/mac.ts +6 -0
- package/uk/mac48.ts +6 -0
- package/uk/mac64.ts +6 -0
- package/uk/maxBytes.ts +6 -0
- package/uk/maxLength.ts +6 -0
- package/uk/maxSize.ts +6 -0
- package/uk/maxValue.ts +6 -0
- package/uk/mimeType.ts +6 -0
- package/uk/minBytes.ts +6 -0
- package/uk/minLength.ts +6 -0
- package/uk/minSize.ts +6 -0
- package/uk/minValue.ts +6 -0
- package/uk/multipleOf.ts +6 -0
- package/uk/notBytes.ts +6 -0
- package/uk/notLength.ts +6 -0
- package/uk/notSize.ts +6 -0
- package/uk/notValue.ts +6 -0
- package/uk/octal.ts +6 -0
- package/uk/regex.ts +6 -0
- package/uk/safeInteger.ts +6 -0
- package/uk/schema.ts +5 -0
- package/uk/size.ts +6 -0
- package/uk/startsWith.ts +6 -0
- package/uk/ulid.ts +6 -0
- package/uk/url.ts +6 -0
- package/uk/uuid.ts +6 -0
- package/uk/value.ts +6 -0
- package/zh-CN/bic.ts +6 -0
- package/zh-CN/bytes.ts +6 -0
- package/zh-CN/creditCard.ts +6 -0
- package/zh-CN/cuid2.ts +6 -0
- package/zh-CN/custom.ts +6 -0
- package/zh-CN/customAsync.ts +6 -0
- package/zh-CN/decimal.ts +6 -0
- package/zh-CN/email.ts +6 -0
- package/zh-CN/emoji.ts +6 -0
- package/zh-CN/endsWith.ts +6 -0
- package/zh-CN/excludes.ts +6 -0
- package/zh-CN/finite.ts +6 -0
- package/zh-CN/hash.ts +6 -0
- package/zh-CN/hexColor.ts +6 -0
- package/zh-CN/hexadecimal.ts +6 -0
- package/zh-CN/imei.ts +6 -0
- package/zh-CN/includes.ts +6 -0
- package/zh-CN/index.ts +55 -0
- package/zh-CN/integer.ts +6 -0
- package/zh-CN/ip.ts +6 -0
- package/zh-CN/ipv4.ts +6 -0
- package/zh-CN/ipv6.ts +6 -0
- package/zh-CN/isoDate.ts +6 -0
- package/zh-CN/isoDateTime.ts +6 -0
- package/zh-CN/isoTime.ts +6 -0
- package/zh-CN/isoTimeSecond.ts +6 -0
- package/zh-CN/isoTimestamp.ts +6 -0
- package/zh-CN/isoWeek.ts +6 -0
- package/zh-CN/length.ts +6 -0
- package/zh-CN/mac.ts +6 -0
- package/zh-CN/mac48.ts +6 -0
- package/zh-CN/mac64.ts +6 -0
- package/zh-CN/maxBytes.ts +6 -0
- package/zh-CN/maxLength.ts +6 -0
- package/zh-CN/maxSize.ts +6 -0
- package/zh-CN/maxValue.ts +6 -0
- package/zh-CN/mimeType.ts +6 -0
- package/zh-CN/minBytes.ts +6 -0
- package/zh-CN/minLength.ts +6 -0
- package/zh-CN/minSize.ts +6 -0
- package/zh-CN/minValue.ts +6 -0
- package/zh-CN/multipleOf.ts +6 -0
- package/zh-CN/notBytes.ts +6 -0
- package/zh-CN/notLength.ts +6 -0
- package/zh-CN/notSize.ts +6 -0
- package/zh-CN/notValue.ts +6 -0
- package/zh-CN/octal.ts +6 -0
- package/zh-CN/regex.ts +6 -0
- package/zh-CN/safeInteger.ts +6 -0
- package/zh-CN/schema.ts +5 -0
- package/zh-CN/size.ts +6 -0
- package/zh-CN/startsWith.ts +6 -0
- package/zh-CN/ulid.ts +6 -0
- package/zh-CN/url.ts +6 -0
- package/zh-CN/uuid.ts +6 -0
- package/zh-CN/value.ts +6 -0
- package/zh-TW/bic.ts +6 -0
- package/zh-TW/bytes.ts +6 -0
- package/zh-TW/creditCard.ts +6 -0
- package/zh-TW/cuid2.ts +6 -0
- package/zh-TW/custom.ts +6 -0
- package/zh-TW/customAsync.ts +6 -0
- package/zh-TW/decimal.ts +6 -0
- package/zh-TW/email.ts +6 -0
- package/zh-TW/emoji.ts +6 -0
- package/zh-TW/endsWith.ts +6 -0
- package/zh-TW/excludes.ts +6 -0
- package/zh-TW/finite.ts +6 -0
- package/zh-TW/hash.ts +6 -0
- package/zh-TW/hexColor.ts +6 -0
- package/zh-TW/hexadecimal.ts +6 -0
- package/zh-TW/imei.ts +6 -0
- package/zh-TW/includes.ts +6 -0
- package/zh-TW/index.ts +55 -0
- package/zh-TW/integer.ts +6 -0
- package/zh-TW/ip.ts +6 -0
- package/zh-TW/ipv4.ts +6 -0
- package/zh-TW/ipv6.ts +6 -0
- package/zh-TW/isoDate.ts +6 -0
- package/zh-TW/isoDateTime.ts +6 -0
- package/zh-TW/isoTime.ts +6 -0
- package/zh-TW/isoTimeSecond.ts +6 -0
- package/zh-TW/isoTimestamp.ts +6 -0
- package/zh-TW/isoWeek.ts +6 -0
- package/zh-TW/length.ts +6 -0
- package/zh-TW/mac.ts +6 -0
- package/zh-TW/mac48.ts +6 -0
- package/zh-TW/mac64.ts +6 -0
- package/zh-TW/maxBytes.ts +6 -0
- package/zh-TW/maxLength.ts +6 -0
- package/zh-TW/maxSize.ts +6 -0
- package/zh-TW/maxValue.ts +6 -0
- package/zh-TW/mimeType.ts +6 -0
- package/zh-TW/minBytes.ts +6 -0
- package/zh-TW/minLength.ts +6 -0
- package/zh-TW/minSize.ts +6 -0
- package/zh-TW/minValue.ts +6 -0
- package/zh-TW/multipleOf.ts +6 -0
- package/zh-TW/notBytes.ts +6 -0
- package/zh-TW/notLength.ts +6 -0
- package/zh-TW/notSize.ts +6 -0
- package/zh-TW/notValue.ts +6 -0
- package/zh-TW/octal.ts +6 -0
- package/zh-TW/regex.ts +6 -0
- package/zh-TW/safeInteger.ts +6 -0
- package/zh-TW/schema.ts +5 -0
- package/zh-TW/size.ts +6 -0
- package/zh-TW/startsWith.ts +6 -0
- package/zh-TW/ulid.ts +6 -0
- package/zh-TW/url.ts +6 -0
- package/zh-TW/uuid.ts +6 -0
- package/zh-TW/value.ts +6 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valibot/i18n",
|
|
3
3
|
"description": "The official i18n translations for Valibot",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.12.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Fabian Hiller",
|
|
7
7
|
"homepage": "https://valibot.dev",
|
|
@@ -22,21 +22,17 @@
|
|
|
22
22
|
"publishConfig": {
|
|
23
23
|
"access": "public"
|
|
24
24
|
},
|
|
25
|
-
"scripts": {
|
|
26
|
-
"lint": "tsc --noEmit",
|
|
27
|
-
"build": "tsm ./scripts/build.ts",
|
|
28
|
-
"publish": "npm publish"
|
|
29
|
-
},
|
|
30
25
|
"devDependencies": {
|
|
31
26
|
"@types/node": "^20.11.8",
|
|
32
27
|
"tsm": "^2.3.0",
|
|
33
28
|
"typescript": "^5.3.3",
|
|
34
|
-
"valibot": "
|
|
29
|
+
"valibot": "0.30.0"
|
|
35
30
|
},
|
|
36
31
|
"peerDependencies": {
|
|
37
32
|
"valibot": ">=0.30.0 <1"
|
|
38
33
|
},
|
|
39
34
|
"files": [
|
|
35
|
+
"index.ts",
|
|
40
36
|
"index.js",
|
|
41
37
|
"index.cjs",
|
|
42
38
|
"index.d.ts",
|
|
@@ -44,6 +40,7 @@
|
|
|
44
40
|
"ar",
|
|
45
41
|
"de",
|
|
46
42
|
"fr",
|
|
43
|
+
"hu",
|
|
47
44
|
"ja",
|
|
48
45
|
"kr",
|
|
49
46
|
"nb",
|
|
@@ -1748,6 +1745,566 @@
|
|
|
1748
1745
|
"default": "./fr/value.cjs"
|
|
1749
1746
|
}
|
|
1750
1747
|
},
|
|
1748
|
+
"./hu": {
|
|
1749
|
+
"import": {
|
|
1750
|
+
"types": "./hu/index.d.ts",
|
|
1751
|
+
"default": "./hu/index.js"
|
|
1752
|
+
},
|
|
1753
|
+
"require": {
|
|
1754
|
+
"types": "./hu/index.d.cts",
|
|
1755
|
+
"default": "./hu/index.cjs"
|
|
1756
|
+
}
|
|
1757
|
+
},
|
|
1758
|
+
"./hu/schema": {
|
|
1759
|
+
"import": {
|
|
1760
|
+
"types": "./hu/schema.d.ts",
|
|
1761
|
+
"default": "./hu/schema.js"
|
|
1762
|
+
},
|
|
1763
|
+
"require": {
|
|
1764
|
+
"types": "./hu/schema.d.cts",
|
|
1765
|
+
"default": "./hu/schema.cjs"
|
|
1766
|
+
}
|
|
1767
|
+
},
|
|
1768
|
+
"./hu/bic": {
|
|
1769
|
+
"import": {
|
|
1770
|
+
"types": "./hu/bic.d.ts",
|
|
1771
|
+
"default": "./hu/bic.js"
|
|
1772
|
+
},
|
|
1773
|
+
"require": {
|
|
1774
|
+
"types": "./hu/bic.d.cts",
|
|
1775
|
+
"default": "./hu/bic.cjs"
|
|
1776
|
+
}
|
|
1777
|
+
},
|
|
1778
|
+
"./hu/bytes": {
|
|
1779
|
+
"import": {
|
|
1780
|
+
"types": "./hu/bytes.d.ts",
|
|
1781
|
+
"default": "./hu/bytes.js"
|
|
1782
|
+
},
|
|
1783
|
+
"require": {
|
|
1784
|
+
"types": "./hu/bytes.d.cts",
|
|
1785
|
+
"default": "./hu/bytes.cjs"
|
|
1786
|
+
}
|
|
1787
|
+
},
|
|
1788
|
+
"./hu/creditCard": {
|
|
1789
|
+
"import": {
|
|
1790
|
+
"types": "./hu/creditCard.d.ts",
|
|
1791
|
+
"default": "./hu/creditCard.js"
|
|
1792
|
+
},
|
|
1793
|
+
"require": {
|
|
1794
|
+
"types": "./hu/creditCard.d.cts",
|
|
1795
|
+
"default": "./hu/creditCard.cjs"
|
|
1796
|
+
}
|
|
1797
|
+
},
|
|
1798
|
+
"./hu/cuid2": {
|
|
1799
|
+
"import": {
|
|
1800
|
+
"types": "./hu/cuid2.d.ts",
|
|
1801
|
+
"default": "./hu/cuid2.js"
|
|
1802
|
+
},
|
|
1803
|
+
"require": {
|
|
1804
|
+
"types": "./hu/cuid2.d.cts",
|
|
1805
|
+
"default": "./hu/cuid2.cjs"
|
|
1806
|
+
}
|
|
1807
|
+
},
|
|
1808
|
+
"./hu/custom": {
|
|
1809
|
+
"import": {
|
|
1810
|
+
"types": "./hu/custom.d.ts",
|
|
1811
|
+
"default": "./hu/custom.js"
|
|
1812
|
+
},
|
|
1813
|
+
"require": {
|
|
1814
|
+
"types": "./hu/custom.d.cts",
|
|
1815
|
+
"default": "./hu/custom.cjs"
|
|
1816
|
+
}
|
|
1817
|
+
},
|
|
1818
|
+
"./hu/customAsync": {
|
|
1819
|
+
"import": {
|
|
1820
|
+
"types": "./hu/customAsync.d.ts",
|
|
1821
|
+
"default": "./hu/customAsync.js"
|
|
1822
|
+
},
|
|
1823
|
+
"require": {
|
|
1824
|
+
"types": "./hu/customAsync.d.cts",
|
|
1825
|
+
"default": "./hu/customAsync.cjs"
|
|
1826
|
+
}
|
|
1827
|
+
},
|
|
1828
|
+
"./hu/decimal": {
|
|
1829
|
+
"import": {
|
|
1830
|
+
"types": "./hu/decimal.d.ts",
|
|
1831
|
+
"default": "./hu/decimal.js"
|
|
1832
|
+
},
|
|
1833
|
+
"require": {
|
|
1834
|
+
"types": "./hu/decimal.d.cts",
|
|
1835
|
+
"default": "./hu/decimal.cjs"
|
|
1836
|
+
}
|
|
1837
|
+
},
|
|
1838
|
+
"./hu/email": {
|
|
1839
|
+
"import": {
|
|
1840
|
+
"types": "./hu/email.d.ts",
|
|
1841
|
+
"default": "./hu/email.js"
|
|
1842
|
+
},
|
|
1843
|
+
"require": {
|
|
1844
|
+
"types": "./hu/email.d.cts",
|
|
1845
|
+
"default": "./hu/email.cjs"
|
|
1846
|
+
}
|
|
1847
|
+
},
|
|
1848
|
+
"./hu/emoji": {
|
|
1849
|
+
"import": {
|
|
1850
|
+
"types": "./hu/emoji.d.ts",
|
|
1851
|
+
"default": "./hu/emoji.js"
|
|
1852
|
+
},
|
|
1853
|
+
"require": {
|
|
1854
|
+
"types": "./hu/emoji.d.cts",
|
|
1855
|
+
"default": "./hu/emoji.cjs"
|
|
1856
|
+
}
|
|
1857
|
+
},
|
|
1858
|
+
"./hu/endsWith": {
|
|
1859
|
+
"import": {
|
|
1860
|
+
"types": "./hu/endsWith.d.ts",
|
|
1861
|
+
"default": "./hu/endsWith.js"
|
|
1862
|
+
},
|
|
1863
|
+
"require": {
|
|
1864
|
+
"types": "./hu/endsWith.d.cts",
|
|
1865
|
+
"default": "./hu/endsWith.cjs"
|
|
1866
|
+
}
|
|
1867
|
+
},
|
|
1868
|
+
"./hu/excludes": {
|
|
1869
|
+
"import": {
|
|
1870
|
+
"types": "./hu/excludes.d.ts",
|
|
1871
|
+
"default": "./hu/excludes.js"
|
|
1872
|
+
},
|
|
1873
|
+
"require": {
|
|
1874
|
+
"types": "./hu/excludes.d.cts",
|
|
1875
|
+
"default": "./hu/excludes.cjs"
|
|
1876
|
+
}
|
|
1877
|
+
},
|
|
1878
|
+
"./hu/finite": {
|
|
1879
|
+
"import": {
|
|
1880
|
+
"types": "./hu/finite.d.ts",
|
|
1881
|
+
"default": "./hu/finite.js"
|
|
1882
|
+
},
|
|
1883
|
+
"require": {
|
|
1884
|
+
"types": "./hu/finite.d.cts",
|
|
1885
|
+
"default": "./hu/finite.cjs"
|
|
1886
|
+
}
|
|
1887
|
+
},
|
|
1888
|
+
"./hu/hash": {
|
|
1889
|
+
"import": {
|
|
1890
|
+
"types": "./hu/hash.d.ts",
|
|
1891
|
+
"default": "./hu/hash.js"
|
|
1892
|
+
},
|
|
1893
|
+
"require": {
|
|
1894
|
+
"types": "./hu/hash.d.cts",
|
|
1895
|
+
"default": "./hu/hash.cjs"
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
"./hu/hexColor": {
|
|
1899
|
+
"import": {
|
|
1900
|
+
"types": "./hu/hexColor.d.ts",
|
|
1901
|
+
"default": "./hu/hexColor.js"
|
|
1902
|
+
},
|
|
1903
|
+
"require": {
|
|
1904
|
+
"types": "./hu/hexColor.d.cts",
|
|
1905
|
+
"default": "./hu/hexColor.cjs"
|
|
1906
|
+
}
|
|
1907
|
+
},
|
|
1908
|
+
"./hu/hexadecimal": {
|
|
1909
|
+
"import": {
|
|
1910
|
+
"types": "./hu/hexadecimal.d.ts",
|
|
1911
|
+
"default": "./hu/hexadecimal.js"
|
|
1912
|
+
},
|
|
1913
|
+
"require": {
|
|
1914
|
+
"types": "./hu/hexadecimal.d.cts",
|
|
1915
|
+
"default": "./hu/hexadecimal.cjs"
|
|
1916
|
+
}
|
|
1917
|
+
},
|
|
1918
|
+
"./hu/imei": {
|
|
1919
|
+
"import": {
|
|
1920
|
+
"types": "./hu/imei.d.ts",
|
|
1921
|
+
"default": "./hu/imei.js"
|
|
1922
|
+
},
|
|
1923
|
+
"require": {
|
|
1924
|
+
"types": "./hu/imei.d.cts",
|
|
1925
|
+
"default": "./hu/imei.cjs"
|
|
1926
|
+
}
|
|
1927
|
+
},
|
|
1928
|
+
"./hu/includes": {
|
|
1929
|
+
"import": {
|
|
1930
|
+
"types": "./hu/includes.d.ts",
|
|
1931
|
+
"default": "./hu/includes.js"
|
|
1932
|
+
},
|
|
1933
|
+
"require": {
|
|
1934
|
+
"types": "./hu/includes.d.cts",
|
|
1935
|
+
"default": "./hu/includes.cjs"
|
|
1936
|
+
}
|
|
1937
|
+
},
|
|
1938
|
+
"./hu/integer": {
|
|
1939
|
+
"import": {
|
|
1940
|
+
"types": "./hu/integer.d.ts",
|
|
1941
|
+
"default": "./hu/integer.js"
|
|
1942
|
+
},
|
|
1943
|
+
"require": {
|
|
1944
|
+
"types": "./hu/integer.d.cts",
|
|
1945
|
+
"default": "./hu/integer.cjs"
|
|
1946
|
+
}
|
|
1947
|
+
},
|
|
1948
|
+
"./hu/ip": {
|
|
1949
|
+
"import": {
|
|
1950
|
+
"types": "./hu/ip.d.ts",
|
|
1951
|
+
"default": "./hu/ip.js"
|
|
1952
|
+
},
|
|
1953
|
+
"require": {
|
|
1954
|
+
"types": "./hu/ip.d.cts",
|
|
1955
|
+
"default": "./hu/ip.cjs"
|
|
1956
|
+
}
|
|
1957
|
+
},
|
|
1958
|
+
"./hu/ipv4": {
|
|
1959
|
+
"import": {
|
|
1960
|
+
"types": "./hu/ipv4.d.ts",
|
|
1961
|
+
"default": "./hu/ipv4.js"
|
|
1962
|
+
},
|
|
1963
|
+
"require": {
|
|
1964
|
+
"types": "./hu/ipv4.d.cts",
|
|
1965
|
+
"default": "./hu/ipv4.cjs"
|
|
1966
|
+
}
|
|
1967
|
+
},
|
|
1968
|
+
"./hu/ipv6": {
|
|
1969
|
+
"import": {
|
|
1970
|
+
"types": "./hu/ipv6.d.ts",
|
|
1971
|
+
"default": "./hu/ipv6.js"
|
|
1972
|
+
},
|
|
1973
|
+
"require": {
|
|
1974
|
+
"types": "./hu/ipv6.d.cts",
|
|
1975
|
+
"default": "./hu/ipv6.cjs"
|
|
1976
|
+
}
|
|
1977
|
+
},
|
|
1978
|
+
"./hu/isoDate": {
|
|
1979
|
+
"import": {
|
|
1980
|
+
"types": "./hu/isoDate.d.ts",
|
|
1981
|
+
"default": "./hu/isoDate.js"
|
|
1982
|
+
},
|
|
1983
|
+
"require": {
|
|
1984
|
+
"types": "./hu/isoDate.d.cts",
|
|
1985
|
+
"default": "./hu/isoDate.cjs"
|
|
1986
|
+
}
|
|
1987
|
+
},
|
|
1988
|
+
"./hu/isoDateTime": {
|
|
1989
|
+
"import": {
|
|
1990
|
+
"types": "./hu/isoDateTime.d.ts",
|
|
1991
|
+
"default": "./hu/isoDateTime.js"
|
|
1992
|
+
},
|
|
1993
|
+
"require": {
|
|
1994
|
+
"types": "./hu/isoDateTime.d.cts",
|
|
1995
|
+
"default": "./hu/isoDateTime.cjs"
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1998
|
+
"./hu/isoTime": {
|
|
1999
|
+
"import": {
|
|
2000
|
+
"types": "./hu/isoTime.d.ts",
|
|
2001
|
+
"default": "./hu/isoTime.js"
|
|
2002
|
+
},
|
|
2003
|
+
"require": {
|
|
2004
|
+
"types": "./hu/isoTime.d.cts",
|
|
2005
|
+
"default": "./hu/isoTime.cjs"
|
|
2006
|
+
}
|
|
2007
|
+
},
|
|
2008
|
+
"./hu/isoTimeSecond": {
|
|
2009
|
+
"import": {
|
|
2010
|
+
"types": "./hu/isoTimeSecond.d.ts",
|
|
2011
|
+
"default": "./hu/isoTimeSecond.js"
|
|
2012
|
+
},
|
|
2013
|
+
"require": {
|
|
2014
|
+
"types": "./hu/isoTimeSecond.d.cts",
|
|
2015
|
+
"default": "./hu/isoTimeSecond.cjs"
|
|
2016
|
+
}
|
|
2017
|
+
},
|
|
2018
|
+
"./hu/isoTimestamp": {
|
|
2019
|
+
"import": {
|
|
2020
|
+
"types": "./hu/isoTimestamp.d.ts",
|
|
2021
|
+
"default": "./hu/isoTimestamp.js"
|
|
2022
|
+
},
|
|
2023
|
+
"require": {
|
|
2024
|
+
"types": "./hu/isoTimestamp.d.cts",
|
|
2025
|
+
"default": "./hu/isoTimestamp.cjs"
|
|
2026
|
+
}
|
|
2027
|
+
},
|
|
2028
|
+
"./hu/isoWeek": {
|
|
2029
|
+
"import": {
|
|
2030
|
+
"types": "./hu/isoWeek.d.ts",
|
|
2031
|
+
"default": "./hu/isoWeek.js"
|
|
2032
|
+
},
|
|
2033
|
+
"require": {
|
|
2034
|
+
"types": "./hu/isoWeek.d.cts",
|
|
2035
|
+
"default": "./hu/isoWeek.cjs"
|
|
2036
|
+
}
|
|
2037
|
+
},
|
|
2038
|
+
"./hu/length": {
|
|
2039
|
+
"import": {
|
|
2040
|
+
"types": "./hu/length.d.ts",
|
|
2041
|
+
"default": "./hu/length.js"
|
|
2042
|
+
},
|
|
2043
|
+
"require": {
|
|
2044
|
+
"types": "./hu/length.d.cts",
|
|
2045
|
+
"default": "./hu/length.cjs"
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2048
|
+
"./hu/mac": {
|
|
2049
|
+
"import": {
|
|
2050
|
+
"types": "./hu/mac.d.ts",
|
|
2051
|
+
"default": "./hu/mac.js"
|
|
2052
|
+
},
|
|
2053
|
+
"require": {
|
|
2054
|
+
"types": "./hu/mac.d.cts",
|
|
2055
|
+
"default": "./hu/mac.cjs"
|
|
2056
|
+
}
|
|
2057
|
+
},
|
|
2058
|
+
"./hu/mac48": {
|
|
2059
|
+
"import": {
|
|
2060
|
+
"types": "./hu/mac48.d.ts",
|
|
2061
|
+
"default": "./hu/mac48.js"
|
|
2062
|
+
},
|
|
2063
|
+
"require": {
|
|
2064
|
+
"types": "./hu/mac48.d.cts",
|
|
2065
|
+
"default": "./hu/mac48.cjs"
|
|
2066
|
+
}
|
|
2067
|
+
},
|
|
2068
|
+
"./hu/mac64": {
|
|
2069
|
+
"import": {
|
|
2070
|
+
"types": "./hu/mac64.d.ts",
|
|
2071
|
+
"default": "./hu/mac64.js"
|
|
2072
|
+
},
|
|
2073
|
+
"require": {
|
|
2074
|
+
"types": "./hu/mac64.d.cts",
|
|
2075
|
+
"default": "./hu/mac64.cjs"
|
|
2076
|
+
}
|
|
2077
|
+
},
|
|
2078
|
+
"./hu/maxBytes": {
|
|
2079
|
+
"import": {
|
|
2080
|
+
"types": "./hu/maxBytes.d.ts",
|
|
2081
|
+
"default": "./hu/maxBytes.js"
|
|
2082
|
+
},
|
|
2083
|
+
"require": {
|
|
2084
|
+
"types": "./hu/maxBytes.d.cts",
|
|
2085
|
+
"default": "./hu/maxBytes.cjs"
|
|
2086
|
+
}
|
|
2087
|
+
},
|
|
2088
|
+
"./hu/maxLength": {
|
|
2089
|
+
"import": {
|
|
2090
|
+
"types": "./hu/maxLength.d.ts",
|
|
2091
|
+
"default": "./hu/maxLength.js"
|
|
2092
|
+
},
|
|
2093
|
+
"require": {
|
|
2094
|
+
"types": "./hu/maxLength.d.cts",
|
|
2095
|
+
"default": "./hu/maxLength.cjs"
|
|
2096
|
+
}
|
|
2097
|
+
},
|
|
2098
|
+
"./hu/maxSize": {
|
|
2099
|
+
"import": {
|
|
2100
|
+
"types": "./hu/maxSize.d.ts",
|
|
2101
|
+
"default": "./hu/maxSize.js"
|
|
2102
|
+
},
|
|
2103
|
+
"require": {
|
|
2104
|
+
"types": "./hu/maxSize.d.cts",
|
|
2105
|
+
"default": "./hu/maxSize.cjs"
|
|
2106
|
+
}
|
|
2107
|
+
},
|
|
2108
|
+
"./hu/maxValue": {
|
|
2109
|
+
"import": {
|
|
2110
|
+
"types": "./hu/maxValue.d.ts",
|
|
2111
|
+
"default": "./hu/maxValue.js"
|
|
2112
|
+
},
|
|
2113
|
+
"require": {
|
|
2114
|
+
"types": "./hu/maxValue.d.cts",
|
|
2115
|
+
"default": "./hu/maxValue.cjs"
|
|
2116
|
+
}
|
|
2117
|
+
},
|
|
2118
|
+
"./hu/mimeType": {
|
|
2119
|
+
"import": {
|
|
2120
|
+
"types": "./hu/mimeType.d.ts",
|
|
2121
|
+
"default": "./hu/mimeType.js"
|
|
2122
|
+
},
|
|
2123
|
+
"require": {
|
|
2124
|
+
"types": "./hu/mimeType.d.cts",
|
|
2125
|
+
"default": "./hu/mimeType.cjs"
|
|
2126
|
+
}
|
|
2127
|
+
},
|
|
2128
|
+
"./hu/minBytes": {
|
|
2129
|
+
"import": {
|
|
2130
|
+
"types": "./hu/minBytes.d.ts",
|
|
2131
|
+
"default": "./hu/minBytes.js"
|
|
2132
|
+
},
|
|
2133
|
+
"require": {
|
|
2134
|
+
"types": "./hu/minBytes.d.cts",
|
|
2135
|
+
"default": "./hu/minBytes.cjs"
|
|
2136
|
+
}
|
|
2137
|
+
},
|
|
2138
|
+
"./hu/minLength": {
|
|
2139
|
+
"import": {
|
|
2140
|
+
"types": "./hu/minLength.d.ts",
|
|
2141
|
+
"default": "./hu/minLength.js"
|
|
2142
|
+
},
|
|
2143
|
+
"require": {
|
|
2144
|
+
"types": "./hu/minLength.d.cts",
|
|
2145
|
+
"default": "./hu/minLength.cjs"
|
|
2146
|
+
}
|
|
2147
|
+
},
|
|
2148
|
+
"./hu/minSize": {
|
|
2149
|
+
"import": {
|
|
2150
|
+
"types": "./hu/minSize.d.ts",
|
|
2151
|
+
"default": "./hu/minSize.js"
|
|
2152
|
+
},
|
|
2153
|
+
"require": {
|
|
2154
|
+
"types": "./hu/minSize.d.cts",
|
|
2155
|
+
"default": "./hu/minSize.cjs"
|
|
2156
|
+
}
|
|
2157
|
+
},
|
|
2158
|
+
"./hu/minValue": {
|
|
2159
|
+
"import": {
|
|
2160
|
+
"types": "./hu/minValue.d.ts",
|
|
2161
|
+
"default": "./hu/minValue.js"
|
|
2162
|
+
},
|
|
2163
|
+
"require": {
|
|
2164
|
+
"types": "./hu/minValue.d.cts",
|
|
2165
|
+
"default": "./hu/minValue.cjs"
|
|
2166
|
+
}
|
|
2167
|
+
},
|
|
2168
|
+
"./hu/multipleOf": {
|
|
2169
|
+
"import": {
|
|
2170
|
+
"types": "./hu/multipleOf.d.ts",
|
|
2171
|
+
"default": "./hu/multipleOf.js"
|
|
2172
|
+
},
|
|
2173
|
+
"require": {
|
|
2174
|
+
"types": "./hu/multipleOf.d.cts",
|
|
2175
|
+
"default": "./hu/multipleOf.cjs"
|
|
2176
|
+
}
|
|
2177
|
+
},
|
|
2178
|
+
"./hu/notBytes": {
|
|
2179
|
+
"import": {
|
|
2180
|
+
"types": "./hu/notBytes.d.ts",
|
|
2181
|
+
"default": "./hu/notBytes.js"
|
|
2182
|
+
},
|
|
2183
|
+
"require": {
|
|
2184
|
+
"types": "./hu/notBytes.d.cts",
|
|
2185
|
+
"default": "./hu/notBytes.cjs"
|
|
2186
|
+
}
|
|
2187
|
+
},
|
|
2188
|
+
"./hu/notLength": {
|
|
2189
|
+
"import": {
|
|
2190
|
+
"types": "./hu/notLength.d.ts",
|
|
2191
|
+
"default": "./hu/notLength.js"
|
|
2192
|
+
},
|
|
2193
|
+
"require": {
|
|
2194
|
+
"types": "./hu/notLength.d.cts",
|
|
2195
|
+
"default": "./hu/notLength.cjs"
|
|
2196
|
+
}
|
|
2197
|
+
},
|
|
2198
|
+
"./hu/notSize": {
|
|
2199
|
+
"import": {
|
|
2200
|
+
"types": "./hu/notSize.d.ts",
|
|
2201
|
+
"default": "./hu/notSize.js"
|
|
2202
|
+
},
|
|
2203
|
+
"require": {
|
|
2204
|
+
"types": "./hu/notSize.d.cts",
|
|
2205
|
+
"default": "./hu/notSize.cjs"
|
|
2206
|
+
}
|
|
2207
|
+
},
|
|
2208
|
+
"./hu/notValue": {
|
|
2209
|
+
"import": {
|
|
2210
|
+
"types": "./hu/notValue.d.ts",
|
|
2211
|
+
"default": "./hu/notValue.js"
|
|
2212
|
+
},
|
|
2213
|
+
"require": {
|
|
2214
|
+
"types": "./hu/notValue.d.cts",
|
|
2215
|
+
"default": "./hu/notValue.cjs"
|
|
2216
|
+
}
|
|
2217
|
+
},
|
|
2218
|
+
"./hu/octal": {
|
|
2219
|
+
"import": {
|
|
2220
|
+
"types": "./hu/octal.d.ts",
|
|
2221
|
+
"default": "./hu/octal.js"
|
|
2222
|
+
},
|
|
2223
|
+
"require": {
|
|
2224
|
+
"types": "./hu/octal.d.cts",
|
|
2225
|
+
"default": "./hu/octal.cjs"
|
|
2226
|
+
}
|
|
2227
|
+
},
|
|
2228
|
+
"./hu/regex": {
|
|
2229
|
+
"import": {
|
|
2230
|
+
"types": "./hu/regex.d.ts",
|
|
2231
|
+
"default": "./hu/regex.js"
|
|
2232
|
+
},
|
|
2233
|
+
"require": {
|
|
2234
|
+
"types": "./hu/regex.d.cts",
|
|
2235
|
+
"default": "./hu/regex.cjs"
|
|
2236
|
+
}
|
|
2237
|
+
},
|
|
2238
|
+
"./hu/safeInteger": {
|
|
2239
|
+
"import": {
|
|
2240
|
+
"types": "./hu/safeInteger.d.ts",
|
|
2241
|
+
"default": "./hu/safeInteger.js"
|
|
2242
|
+
},
|
|
2243
|
+
"require": {
|
|
2244
|
+
"types": "./hu/safeInteger.d.cts",
|
|
2245
|
+
"default": "./hu/safeInteger.cjs"
|
|
2246
|
+
}
|
|
2247
|
+
},
|
|
2248
|
+
"./hu/size": {
|
|
2249
|
+
"import": {
|
|
2250
|
+
"types": "./hu/size.d.ts",
|
|
2251
|
+
"default": "./hu/size.js"
|
|
2252
|
+
},
|
|
2253
|
+
"require": {
|
|
2254
|
+
"types": "./hu/size.d.cts",
|
|
2255
|
+
"default": "./hu/size.cjs"
|
|
2256
|
+
}
|
|
2257
|
+
},
|
|
2258
|
+
"./hu/startsWith": {
|
|
2259
|
+
"import": {
|
|
2260
|
+
"types": "./hu/startsWith.d.ts",
|
|
2261
|
+
"default": "./hu/startsWith.js"
|
|
2262
|
+
},
|
|
2263
|
+
"require": {
|
|
2264
|
+
"types": "./hu/startsWith.d.cts",
|
|
2265
|
+
"default": "./hu/startsWith.cjs"
|
|
2266
|
+
}
|
|
2267
|
+
},
|
|
2268
|
+
"./hu/ulid": {
|
|
2269
|
+
"import": {
|
|
2270
|
+
"types": "./hu/ulid.d.ts",
|
|
2271
|
+
"default": "./hu/ulid.js"
|
|
2272
|
+
},
|
|
2273
|
+
"require": {
|
|
2274
|
+
"types": "./hu/ulid.d.cts",
|
|
2275
|
+
"default": "./hu/ulid.cjs"
|
|
2276
|
+
}
|
|
2277
|
+
},
|
|
2278
|
+
"./hu/url": {
|
|
2279
|
+
"import": {
|
|
2280
|
+
"types": "./hu/url.d.ts",
|
|
2281
|
+
"default": "./hu/url.js"
|
|
2282
|
+
},
|
|
2283
|
+
"require": {
|
|
2284
|
+
"types": "./hu/url.d.cts",
|
|
2285
|
+
"default": "./hu/url.cjs"
|
|
2286
|
+
}
|
|
2287
|
+
},
|
|
2288
|
+
"./hu/uuid": {
|
|
2289
|
+
"import": {
|
|
2290
|
+
"types": "./hu/uuid.d.ts",
|
|
2291
|
+
"default": "./hu/uuid.js"
|
|
2292
|
+
},
|
|
2293
|
+
"require": {
|
|
2294
|
+
"types": "./hu/uuid.d.cts",
|
|
2295
|
+
"default": "./hu/uuid.cjs"
|
|
2296
|
+
}
|
|
2297
|
+
},
|
|
2298
|
+
"./hu/value": {
|
|
2299
|
+
"import": {
|
|
2300
|
+
"types": "./hu/value.d.ts",
|
|
2301
|
+
"default": "./hu/value.js"
|
|
2302
|
+
},
|
|
2303
|
+
"require": {
|
|
2304
|
+
"types": "./hu/value.d.cts",
|
|
2305
|
+
"default": "./hu/value.cjs"
|
|
2306
|
+
}
|
|
2307
|
+
},
|
|
1751
2308
|
"./ja": {
|
|
1752
2309
|
"import": {
|
|
1753
2310
|
"types": "./ja/index.d.ts",
|
|
@@ -8468,5 +9025,9 @@
|
|
|
8468
9025
|
"default": "./zh-TW/value.cjs"
|
|
8469
9026
|
}
|
|
8470
9027
|
}
|
|
9028
|
+
},
|
|
9029
|
+
"scripts": {
|
|
9030
|
+
"lint": "tsc --noEmit",
|
|
9031
|
+
"build": "tsm ./scripts/build.ts"
|
|
8471
9032
|
}
|
|
8472
|
-
}
|
|
9033
|
+
}
|
package/pt/bic.ts
ADDED
package/pt/bytes.ts
ADDED
package/pt/creditCard.ts
ADDED
package/pt/cuid2.ts
ADDED
package/pt/custom.ts
ADDED
package/pt/decimal.ts
ADDED
package/pt/email.ts
ADDED
package/pt/emoji.ts
ADDED