progress on migrating to heex templates and font-icons
This commit is contained in:
parent
d43daafdb7
commit
3eff955672
21793 changed files with 2161968 additions and 16895 deletions
assets_old/node_modules/es-to-primitive/helpers
5
assets_old/node_modules/es-to-primitive/helpers/isPrimitive.js
generated
vendored
Normal file
5
assets_old/node_modules/es-to-primitive/helpers/isPrimitive.js
generated
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
module.exports = function isPrimitive(value) {
|
||||
return value === null || (typeof value !== 'function' && typeof value !== 'object');
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue