Export types
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
parent
1507a6db56
commit
d2a5e19034
2 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
import {Class, TypedArray, ObservableLike, Primitive} from './types';
|
||||
|
||||
export {Class, TypedArray, ObservableLike, Primitive};
|
||||
|
||||
const typedArrayTypeNames = [
|
||||
'Int8Array',
|
||||
'Uint8Array',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue