UNPKG

favoritos

Version:

Favoritos is a JavaScript plugin that adds some HTML5 canvas magic to your favicon. With just a wee bit of code, we can make some really cool effects.

4 lines 254 B
export declare const getObjectKeys: <T>(o: T) => Extract<keyof T, string>[]; export declare const isObject: (item: object) => boolean; export declare const mergeDeep: (target: object, source: object) => object; //# sourceMappingURL=merge-deep.d.ts.map