Get the current implementation type.
'native' for Rust native bindings, 'js' for JavaScript fallback
import { getImplementation } from '@vekexasia/bigint-buffer2';console.log(getImplementation()); // 'native' or 'js' Copy
import { getImplementation } from '@vekexasia/bigint-buffer2';console.log(getImplementation()); // 'native' or 'js'
Get the current implementation type.