UNPKG

@junobuild/cli-tools

Version:

A collection of tools for Juno CLIs and Plugins.

3 lines (2 loc) 153 B
import type { FileAndPaths } from '../types/deploy'; export declare const splitSourceFiles: (files: FileAndPaths[]) => [FileAndPaths[], FileAndPaths[]];