UNPKG

@typed/io

Version:

Runtime IO type system

4 lines 199 B
import { Effect } from '@typed/effects'; import { any } from '@typed/logic'; export const shouldUseIdentity = (types) => any((s) => s.encode !== Effect.of, types); //# sourceMappingURL=helpers.js.map