mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
1 line
64 B
JavaScript
1 line
64 B
JavaScript
export const isNegativePattern = pattern => pattern[0] === '!';
|