mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
7 lines
451 B
TypeScript
7 lines
451 B
TypeScript
|
import { actionInterface } from "./constants";
|
||
|
export declare const isNullOrUndefined: (value: any) => boolean;
|
||
|
export declare const generateTokenType: (action: actionInterface) => string;
|
||
|
export declare const generateRepositoryPath: (action: actionInterface) => string;
|
||
|
export declare const hasRequiredParameters: (action: actionInterface) => void;
|
||
|
export declare const suppressSensitiveInformation: (str: string, action: actionInterface) => string;
|