UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

14 lines (13 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isAuto = void 0; var isAuto = exports.isAuto = function isAuto(value) { if (typeof value === 'string') { if (value === 'auto') { return true; } } return false; };