• Get the current implementation type.

    Returns Implementation

    'native' for Rust native bindings, 'js' for JavaScript fallback

    import { getImplementation } from '@vekexasia/bigint-buffer2';

    console.log(getImplementation()); // 'native' or 'js'