| 1 | import { types } from '@babel/core' |
| 2 | |
| 3 | export interface PluginOptions { |
| 4 | customAtomNames?: string[] |
| 5 | } |
| 6 | |
| 7 | export function isAtom( |
| 8 | t: typeof types, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…