UNPKG

@graphql-mesh/string-interpolation

Version:
6 lines (5 loc) 230 B
import { Interpolator } from './interpolator.js'; export declare function hashObject(value: any): string; export { Interpolator }; export declare const stringInterpolator: Interpolator; export * from './resolver-data-factory.js';