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';
|
import {Class, TypedArray, ObservableLike, Primitive} from './types';
|
||||||
|
|
||||||
|
export {Class, TypedArray, ObservableLike, Primitive};
|
||||||
|
|
||||||
const typedArrayTypeNames = [
|
const typedArrayTypeNames = [
|
||||||
'Int8Array',
|
'Int8Array',
|
||||||
'Uint8Array',
|
'Uint8Array',
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
// Extracted from https://github.com/sindresorhus/type-fest/blob/78019f42ea888b0cdceb41a4a78163868de57555/index.d.ts
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Matches any [primitive value](https://developer.mozilla.org/en-US/docs/Glossary/Primitive).
|
Matches any [primitive value](https://developer.mozilla.org/en-US/docs/Glossary/Primitive).
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue