mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-09 17:33:55 +00:00
70cc071425
* feat: integrations and lifecycles * refactor: prevent issues with start order
3 lines
112 B
TypeScript
3 lines
112 B
TypeScript
export const isOnlyNumbers = /^\d+$/;
|
|
export const isIPAddress = /^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)\.?\b){4}$/;
|