UNPKG

@types/object.assign

Version:
13 lines (9 loc) 291 B
import implementation = require("./implementation"); type Implementation = typeof implementation; interface Assign { getPolyfill(): Implementation; implementation: Implementation; shim(): Implementation; } declare const assign: typeof Object.assign & Assign; export = assign;