7 lines
119 B
TypeScript
7 lines
119 B
TypeScript
|
|
/**
|
||
|
|
* Browser-specific entry point
|
||
|
|
* Ensures browser-specific implementations are used
|
||
|
|
*/
|
||
|
|
|
||
|
|
export * from './index';
|