UNPKG

@berish/serber

Version:

Serializable and deserializable adaptive adapter with plugins

8 lines (7 loc) 197 B
import * as plugins from './plugins'; export * from './serber'; export * from './const'; export * from './types'; export * from './getKeys'; export * from './withParamsPlugin'; export { plugins };