mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-30 09:35:31 +00:00
2 lines
64 B
JavaScript
2 lines
64 B
JavaScript
export const isNegativePattern = pattern => pattern[0] === '!';
|