UNPKG

@atlaskit/stylelint-design-system

Version:

Stylelint plugin for use with the Atlassian Design System.

3 lines 77 B
export var isWord = function isWord(node) { return node.type === 'word'; };