0.1.3 #4

Merged
Thilawyn merged 74 commits from next into master 2024-03-24 22:24:25 +01:00
2 changed files with 2 additions and 7 deletions
Showing only changes of commit b14fff96a4 - Show all commits

View File

@@ -1,6 +1 @@
import { option as optionModule } from "./option"
export module effect {
export const option = optionModule
}
export { option } from "./option"

View File

@@ -1,5 +1,5 @@
import { decimal } from "./decimal"
import { effect } from "./effect"
import * as effect from "./effect"
import { dejsonify, jsonify } from "./jsonified"