UNPKG

@envelop/persisted-operations

Version:

This plugin allow you to enforce execution of persisted (hashed) operation, using a custom store.

7 lines (6 loc) 226 B
export * from './types.cjs'; export * from './utils.cjs'; export * from './stores/aggregated-store.cjs'; export * from './stores/inmemory-store.cjs'; export * from './stores/json-file-store.cjs'; export * from './plugin.cjs';