UNPKG

rajt

Version:

A serverless bundler layer, fully typed for AWS Lambda (Node.js and LLRT) and Cloudflare Workers.

5 lines (3 loc) 174 B
import { platforms } from './constants' export type ChokidarEventName = 'add' | 'addDir' | 'change' | 'unlink' | 'unlinkDir' export type Platform = typeof platforms[number]