UNPKG

@linaria/utils

Version:

Blazing fast zero-runtime CSS in JS library

6 lines (5 loc) 174 B
import type { NodePath } from '@babel/traverse'; /** * Checks if a given path has been removed from the AST. */ export default function isRemoved(path: NodePath): boolean;