UNPKG

@netlify/zip-it-and-ship-it

Version:
7 lines (6 loc) 279 B
import type { Stats } from 'fs'; /** * Takes a function path and, if it's a directory, returns a list of all the * nested files, recursively, except `node_modules` and junk files. */ export declare const getSideFiles: (functionPath: string, stat: Stats) => Promise<string[]>;