13 lines
301 B
JavaScript
13 lines
301 B
JavaScript
/*
|
|
Copyright (c) 2018 uupaa and 2019 Google LLC
|
|
|
|
Use of this source code is governed by an MIT-style
|
|
license that can be found in the LICENSE file or at
|
|
https://opensource.org/licenses/MIT.
|
|
*/
|
|
|
|
import * as exports from './index.mjs';
|
|
|
|
export * from './index.mjs';
|
|
export {exports as default};
|