Skip to content

Commit

Permalink
use export * now that tslib is shared
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Oct 7, 2020
1 parent 02a666f commit 436fdab
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/kbn-std/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,4 @@ export { withTimeout } from './promise';
export { isRelativeUrl, modifyUrl, getUrlOrigin, URLMeaningfulParts } from './url';
export { unset } from './unset';
export { getFlattenedObject } from './get_flattened_object';
export {
allValuesFrom,
firstValueFrom,
lastValueFrom,
optionalFirstValueFrom,
optionalLastValueFrom,
} from './observables';
export * from './observables';

0 comments on commit 436fdab

Please sign in to comment.