add hw2
This commit is contained in:
6
node_modules/jotai/ts3.8/babel/utils.d.ts
generated
vendored
Normal file
6
node_modules/jotai/ts3.8/babel/utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
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;
|
||||
declare type Awaited<T> = T extends Promise<infer V> ? V : T;
|
||||
Reference in New Issue
Block a user