UNPKG

@linaria/utils

Version:

Blazing fast zero-runtime CSS in JS library

4 lines (3 loc) 174 B
import type { NodePath } from '@babel/core'; import type { Program } from '@babel/types'; export declare const removeDangerousCode: (programPath: NodePath<Program>) => void;