1.0.5 • Published 1 month ago

@budarin/service-stub v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

service-stub

Proxy wrapper for deferring interactions with uninitialized services until readiness.

Install

yarn add @budarin/service-stub

Usage

import { createServiceStub } from '@budarin/service-stub';

const stub = createServiceStub('Service not initialized');

stub.log('Hi World!'); // => Error: Service not initialized

License

MIT

1.0.5

1 month ago

1.0.4

2 months ago

1.0.3

2 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago