Files
codeql-action/node_modules/@actions/artifact/lib/internal/path-and-artifact-name-validation.d.ts
2022-03-03 17:18:51 +00:00

9 lines
309 B
TypeScript

/**
* Scans the name of the artifact to make sure there are no illegal characters
*/
export declare function checkArtifactName(name: string): void;
/**
* Scans the name of the filePath used to make sure there are no illegal characters
*/
export declare function checkArtifactFilePath(path: string): void;