@linkcs/room-checker
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@linkcs/room-checker", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Check if a room number is valid", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
@@ -7,4 +7,5 @@ # TL;DR | ||
```javascript | ||
> const roomChecker = require('room_checker_cesal'); | ||
> const roomChecker = require('@linkcs/room-checker'); | ||
// Détecte si la chambre existe ou non | ||
> roomChecker('2D1G') | ||
@@ -11,0 +12,0 @@ true |
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
63405
25