1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-16 10:54:14 -05:00
denoland-deno/js/types.ts

3 lines
140 B
TypeScript
Raw Normal View History

2019-01-22 04:03:30 +09:00
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
2018-08-07 13:27:31 -07:00
export type TypedArray = Uint8Array | Float32Array | Int32Array;