Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
8 lines
309 B
TypeScript
8 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;
|