Extract nessessary types from type-fest
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
parent
8dd3a34bed
commit
1507a6db56
3 changed files with 48 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
/// <reference lib="dom"/>
|
||||
/// <reference types="node"/>
|
||||
|
||||
import {Class, TypedArray, ObservableLike, Primitive} from 'type-fest';
|
||||
import {Class, TypedArray, ObservableLike, Primitive} from './types';
|
||||
|
||||
const typedArrayTypeNames = [
|
||||
'Int8Array',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue