@traversable/schema
    Preparing search index...

    Interface Extend<S, T, A, B>

    interface Extend<S, T, A, B> {
        unextend(mapBack: (s: S) => B): Codec<B, T, A>;
    }

    Type Parameters

    • S
    • T
    • A
    • B
    Index

    Methods

    Methods