UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

3 lines 132 B
export var isStringOrNumber = function isStringOrNumber(value) { return typeof value === 'string' || typeof value === 'number'; };