add hw2
This commit is contained in:
5
node_modules/jotai/ts3.8/babel/plugin-debug-label.d.ts
generated
vendored
Normal file
5
node_modules/jotai/ts3.8/babel/plugin-debug-label.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import babel from '@babel/core';
|
||||
import type { PluginObj } from '@babel/core';
|
||||
import type { PluginOptions } from './utils';
|
||||
export default function debugLabelPlugin({ types: t }: typeof babel, options?: PluginOptions): PluginObj;
|
||||
declare type Awaited<T> = T extends Promise<infer V> ? V : T;
|
||||
Reference in New Issue
Block a user