chore(server): added IO functor reference

This commit is contained in:
Roberto Tonino 2021-04-25 00:04:58 +02:00
parent 57987a83d0
commit d55470188c
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import { compose } from 'ramda' import { compose } from 'ramda'
// https://mostly-adequate.gitbook.io/mostly-adequate-guide/appendix_b#io
export class IO { export class IO {
public unsafePerformIO: any public unsafePerformIO: any