UNPKG

@junobuild/cli-tools

Version:

A collection of tools for Juno CLIs and Plugins.

5 lines (4 loc) 232 B
import type { SatelliteConfig } from '@junobuild/config'; export declare const listSourceFilesForDeploy: ({ sourceAbsolutePath, ignore }: { sourceAbsolutePath: string; } & Required<Pick<SatelliteConfig, "ignore">>) => string[];