UNPKG

@bitblit/ratchet-common

Version:

Common tools for general use

8 lines (7 loc) 291 B
import { TransformRule } from './transform-rule.js'; export declare class TransformRatchet { static transform(toTransform: any, rules?: TransformRule[]): any; private static transformGeneric; private static applyTransformToObject; private static applyTransformToPrimitive; }