UNPKG

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

Version:
5 lines (4 loc) 157 B
import { RuntimeName } from './runtime.js'; export declare const detectBinaryRuntime: ({ path }: { path: string; }) => Promise<RuntimeName | undefined>;