UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

8 lines 155 B
export var isAuto = function isAuto(value) { if (typeof value === 'string') { if (value === 'auto') { return true; } } return false; };