UNPKG

cdk-lambda-subminute

Version:

A construct for deploying a Lambda function that can be invoked every time unit less than one minute.

10 lines (6 loc) 222 B
import type { TypedArray } from 'which-typed-array'; declare namespace isTypedArray { export { TypedArray }; } declare function isTypedArray(value: unknown): value is isTypedArray.TypedArray; export = isTypedArray;