mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-15 20:30:01 +03:00
adding esp8266-react's latest NTP library
This commit is contained in:
@@ -1 +1,3 @@
|
||||
export default (validator: (value: any) => boolean) => (value: any) => !value || validator(value);
|
||||
const OPTIONAL = (validator: (value: any) => boolean) => (value: any) => !value || validator(value);
|
||||
|
||||
export default OPTIONAL;
|
||||
|
||||
Reference in New Issue
Block a user