MCPcopy
hub / github.com/pmndrs/jotai / PluginOptions

Interface PluginOptions

src/babel/utils.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { types } from '@babel/core'
2
3export interface PluginOptions {
4 customAtomNames?: string[]
5}
6
7export function isAtom(
8 t: typeof types,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…