9 lines
158 B
TypeScript
9 lines
158 B
TypeScript
/**
|
|
* @license
|
|
* Copyright 2017 Google Inc.
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
export * from './index-browser.js';
|
|
export * from './node/node.js';
|