traverse1984 / oxide.ts

Rust's Option<T> and Result<T, E>, implemented for TypeScript.
MIT License
517 stars 19 forks source link

Change `type` exports into `interface` exports #18

Open Asha20 opened 1 year ago

Asha20 commented 1 year ago

This lets outside users of the library use declaration merging to add additional properties on the interfaces.