UNPKG

@x-ray/core

Version:
7 lines (6 loc) 198 B
export declare type TGetTarFilePath = { examplesFilePath: string; examplesName: string; pluginName: string; }; export declare const getTarFilePath: (options: TGetTarFilePath) => string;