UNPKG

testplane

Version:

Tests framework based on mocha and wdio

3 lines (2 loc) 157 B
/** ES5-safe Object.assign polyfill for use in browser bundles targeting old browsers */ export declare function assign<T>(target: T, ...sources: any[]): T;