UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

8 lines 143 B
export const isAuto = value => { if (typeof value === 'string') { if (value === 'auto') { return true; } } return false; };