UNPKG

cdk-lambda-subminute

Version:

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

9 lines (6 loc) 180 B
'use strict'; var whichTypedArray = require('which-typed-array'); /** @type {import('.')} */ module.exports = function isTypedArray(value) { return !!whichTypedArray(value); };