UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

3 lines 110 B
export const isStringOrNumber = value => { return typeof value === 'string' || typeof value === 'number'; };