UNPKG

@raphaeldeveloper/whoiam.domain

Version:

Project with domain rules about user authentication.

19 lines (13 loc) 401 B
'use strict'; var bind = require('function-bind'); var define = require('define-properties'); var implementation = require('./implementation'); var getPolyfill = require('./polyfill'); var shim = require('./shim'); var boundTrim = bind.call(Function.call, getPolyfill()); define(boundTrim, { getPolyfill: getPolyfill, implementation: implementation, shim: shim }); module.exports = boundTrim;