Skip to content

Commit 0f4c1d3

Browse files
committed
Ran build
1 parent a3e73fd commit 0f4c1d3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/modules.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file was auto generated, changes will be overwritten
2-
// Created on Fri Apr 17 2020 22:48:08 GMT-0400 (Eastern Daylight Time)
2+
// Created on Sat Apr 18 2020 18:30:47 GMT-0400 (Eastern Daylight Time)
33
export * from './compat/averageBandPowers';
44
export * from './compat/csp';
55
export * from './compat/f1score';
@@ -25,7 +25,6 @@ export * from './math/dpss';
2525
export * from './math/fastICA';
2626
export * from './math/features';
2727
export * from './math/generateSignal';
28-
export * from './math/interpolate';
2928
export * from './math/ldaClassify';
3029
export * from './math/ldaLearn';
3130
export * from './math/ldaProject';

src/modules_browser.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file was auto generated, changes will be overwritten
2-
// Created on Fri Apr 17 2020 22:48:08 GMT-0400 (Eastern Daylight Time)
2+
// Created on Sat Apr 18 2020 18:30:47 GMT-0400 (Eastern Daylight Time)
33
// This module excludes Node.js specific methods so it can be used in the browser
44
export * from './compat/averageBandPowers';
55
export * from './compat/csp';
@@ -22,7 +22,6 @@ export * from './math/dpss';
2222
export * from './math/fastICA';
2323
export * from './math/features';
2424
export * from './math/generateSignal';
25-
export * from './math/interpolate';
2625
export * from './math/ldaClassify';
2726
export * from './math/ldaLearn';
2827
export * from './math/ldaProject';

0 commit comments

Comments
 (0)