Test/node_modules/jotai/esm/babel/utils.d.mts
2026-04-09 22:54:00 +07:00

5 lines
282 B
TypeScript

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