UNPKG

@atlaskit/stylelint-design-system

Version:

Stylelint plugin for use with the Atlassian Design System.

3 lines (2 loc) 140 B
import { type FunctionNode, type Node } from 'postcss-value-parser'; export declare const isFunction: (node: Node) => node is FunctionNode;