mirror of
https://github.com/Azure/setup-helm.git
synced 2026-04-15 02:54:46 +00:00
Add node modules and compiled JavaScript from main
This commit is contained in:
parent
5d96156fcf
commit
a6deea998b
8534 changed files with 1837630 additions and 5 deletions
18
node_modules/pretty-format/build/ts3.4/plugins/ReactTestComponent.d.ts
generated
vendored
Normal file
18
node_modules/pretty-format/build/ts3.4/plugins/ReactTestComponent.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/**
|
||||
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
import { NewPlugin } from '../types';
|
||||
export declare type ReactTestObject = {
|
||||
$$typeof: symbol;
|
||||
type: string;
|
||||
props?: Record<string, unknown>;
|
||||
children?: null | Array<ReactTestChild>;
|
||||
};
|
||||
declare type ReactTestChild = ReactTestObject | string | number;
|
||||
export declare const serialize: NewPlugin['serialize'];
|
||||
export declare const test: NewPlugin['test'];
|
||||
declare const plugin: NewPlugin;
|
||||
export default plugin;
|
||||
Loading…
Add table
Add a link
Reference in a new issue