UNPKG

@berish/serber

Version:

Serializable and deserializable adaptive adapter with plugins

7 lines (6 loc) 199 B
import { ISerberPlugin } from '../types'; export interface IRegExpPluginOut { type: '_s_regexp_'; value: string; } export declare const regExpPlugin: ISerberPlugin<RegExp, IRegExpPluginOut>;