UNPKG

serverless-esbuild

Version:

Serverless plugin for zero-config JavaScript and TypeScript code bundling using extremely fast esbuild

3 lines 162 B
import type { PackagerId } from './types'; export declare function isPackagerId(input: unknown): input is PackagerId; //# sourceMappingURL=type-predicate.d.ts.map