getProto.js 73 Bytes
define( function() {
	"use strict";

	return Object.getPrototypeOf;
} );