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