We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf7a4ca + 1eb6e73 commit e4a3f52Copy full SHA for e4a3f52
2 files changed
CHANGELOG.md
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
- `formatSwissSocialInsuranceNumber` string utility function
13
14
+### Changed
15
+
16
+- Moved `isValidSwissIbanNumber` and `isValidSwissSocialInsuranceNumber` to swissStandards
17
18
### Fixed
19
20
- `isValidSwissSocialInsuranceNumber` is now named properly
src/index.ts
@@ -8,3 +8,4 @@ export * from "./lib/mimeType";
8
export * from "./lib/number";
9
export * from "./lib/object";
10
export * from "./lib/string";
+export * from "./lib/swissStandards";
0 commit comments