0.1.3 #4
@@ -1,6 +1 @@
|
||||
import { option as optionModule } from "./option"
|
||||
|
||||
|
||||
export module effect {
|
||||
export const option = optionModule
|
||||
}
|
||||
export { option } from "./option"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { decimal } from "./decimal"
|
||||
import { effect } from "./effect"
|
||||
import * as effect from "./effect"
|
||||
import { dejsonify, jsonify } from "./jsonified"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user