UNPKG
boa-core
Version:
latest (0.8.0)
0.8.0
0.7.0
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
The core library for b-o-a
github.com/bouzuya/boa-core
bouzuya/boa-core
boa-core
/
lib
/
a.d.ts
6 lines
(5 loc)
•
71 B
TypeScript
View Raw
1
2
3
4
5
6
declare
type
A<T> = {
type
: string; data?: T; };
export
{ A };