UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

10 lines (7 loc) 283 B
import type { TypedArray } from 'is-typed-array'; declare namespace typedArrayByteLength { export type { TypedArray }; } declare function typedArrayByteLength(value: TypedArray): number; declare function typedArrayByteLength(value: unknown): false; export = typedArrayByteLength;