UNPKG

@atlaskit/stylelint-design-system

Version:

Stylelint plugin for use with the Atlassian Design System.

9 lines (8 loc) 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFunction = void 0; var isFunction = exports.isFunction = function isFunction(node) { return node.type === 'function'; };