UNPKG
@huunguyen312/flash-list
Version:
latest (1.4.3)
1.4.3
FlashList is a more performant FlatList replacement
shopify.github.io/flash-list/
Shopify/flash-list
@huunguyen312/flash-list
/
dist
/
errors
/
CustomError.d.ts
8 lines
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
default
class
CustomError
extends
Error
{
constructor
(
exception
:
Exception
); }
export
interface
Exception
{
type
:
string
;
message
:
string
; }
//# sourceMappingURL=CustomError.d.ts.map