mirror of
https://gitlab.com/RemixDev/deemix-gui.git
synced 2025-01-29 17:58:28 +00:00
chore(server): added IO functor reference
This commit is contained in:
parent
57987a83d0
commit
d55470188c
|
@ -1,5 +1,6 @@
|
|||
import { compose } from 'ramda'
|
||||
|
||||
// https://mostly-adequate.gitbook.io/mostly-adequate-guide/appendix_b#io
|
||||
export class IO {
|
||||
public unsafePerformIO: any
|
||||
|
||||
|
|
Loading…
Reference in a new issue