1.0.5 • Published 1 year ago

@budarin/service-stub v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago