UNPKG

282 BTypeScriptView Raw
1import { types } from '@babel/core';
2export interface PluginOptions {
3 customAtomNames?: string[];
4}
5export declare function isAtom(t: typeof types, callee: babel.types.Expression | babel.types.V8IntrinsicIdentifier, customAtomNames?: PluginOptions['customAtomNames']): boolean;