mirror of
https://github.com/imranismail/setup-kustomize.git
synced 2026-07-17 07:59:03 +00:00
Update metadata
This commit is contained in:
4
node_modules/jest-docblock/build/index.d.ts
generated
vendored
4
node_modules/jest-docblock/build/index.d.ts
generated
vendored
@@ -4,9 +4,7 @@
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
declare type Pragmas = {
|
||||
[key: string]: string | Array<string>;
|
||||
};
|
||||
declare type Pragmas = Record<string, string | Array<string>>;
|
||||
export declare function extract(contents: string): string;
|
||||
export declare function strip(contents: string): string;
|
||||
export declare function parse(docblock: string): Pragmas;
|
||||
|
||||
Reference in New Issue
Block a user