UNPKG

@smythos/sdk

Version:
2 lines (1 loc) 137 B
export declare function createSafeAccessor<T extends object>(base: T, root?: any, currentPath?: string, props?: Record<string, any>): T;