UNPKG

@atlaskit/stylelint-design-system

Version:

Stylelint plugin for use with the Atlassian Design System.

3 lines 89 B
export var isFunction = function isFunction(node) { return node.type === 'function'; };