UNPKG

iopa

Version:

API-first, Internet of Things (IoT) stack for Typescript, official implementation of the Internet Open Protocols Alliance (IOPA) reference pattern

10 lines 633 B
import type { IContextIopaLegacy } from '@iopa/types'; export declare function merge(target: any, defaults: any, replace?: boolean): void; export declare function assign(target: any): any; export declare function copy(source: any, target: any): any; export declare function clone(source: any): any; export declare function cloneDoubleLayer(source: any): any; export declare function cloneTripleLayer(source: any): any; export declare function cloneFilter(source: any, blacklist: string[]): any; export declare function mergeContext(target: any, defaults: Partial<IContextIopaLegacy<any>>): void; //# sourceMappingURL=shallow.d.ts.map