summaryrefslogtreecommitdiff
path: root/cli/js/types.ts
blob: d139630905013c6644cd85df71f97dd7f4d07034 (plain)
1
2
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
export type TypedArray = Uint8Array | Float32Array | Int32Array;