mirror of
https://github.com/actions/labeler
synced 2026-05-11 18:11:06 +02:00
build
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