UNPKG

scats

Version:

Useful scala classes in typescript

10 lines (9 loc) 265 B
export * from './collection.js'; export * from './either.js'; export * from './hashmap.js'; export * from './hashset.js'; export * from './option.js'; export * from './try.js'; export * from './util.js'; import * as mutable from './mutable.js'; export { mutable };