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