ponyfill.d.ts 101 B

12
  1. declare const makeObservableSymbol : (root : object) => symbol;
  2. export default makeObservableSymbol;