orb-billing
Version:
The official TypeScript library for the Orb API
12 lines (10 loc) • 326 B
JavaScript
/**
* Disclaimer: modules in _shims aren't intended to be imported by SDK users.
*/
import * as shims from './registry.mjs';
import * as auto from 'orb-billing/_shims/auto/runtime';
export const init = () => {
if (!shims.kind) shims.setShims(auto.getRuntime(), { auto: true });
};
export * from './registry.mjs';
init();