CASCADE/functions/isSecondsTimeUnit.nix

2 lines
77 B
Nix

n: if n == null then false else builtins.match "[0-9] *(s(ec)?|$)" n != null