Skip to main

IdentityOperator

IdentityOperator

Signature - source.ts#L1425

interface IdentityOperator {
    <T>(source: Source<T>): Source<T>
}