@junobuild/cli-tools
Version:
A collection of tools for Juno CLIs and Plugins.
9 lines (8 loc) • 351 B
TypeScript
import type { SatelliteConfig } from '@junobuild/config';
export declare const fullPath: ({ file, sourceAbsolutePath }: {
file: string;
sourceAbsolutePath: string;
}) => string;
export declare const listSourceFiles: ({ sourceAbsolutePath, ignore }: {
sourceAbsolutePath: string;
} & Required<Pick<SatelliteConfig, "ignore">>) => string[];