mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 18:52:50 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
15
node_modules/es5-ext/function/index.js
generated
vendored
Normal file
15
node_modules/es5-ext/function/index.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
// Export all modules.
|
||||
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
'#': require('./#'),
|
||||
constant: require('./constant'),
|
||||
identity: require('./identity'),
|
||||
invoke: require('./invoke'),
|
||||
isArguments: require('./is-arguments'),
|
||||
isFunction: require('./is-function'),
|
||||
noop: require('./noop'),
|
||||
pluck: require('./pluck'),
|
||||
validFunction: require('./valid-function')
|
||||
};
|
||||
Reference in New Issue
Block a user