mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 00:10:24 +00:00
14 lines
237 B
JavaScript
14 lines
237 B
JavaScript
'use strict'
|
|
|
|
// These are the babel helpers we whitelist
|
|
const helpers = [
|
|
'createClass',
|
|
'createSuper',
|
|
'defineProperties',
|
|
'defineProperty',
|
|
'getPrototypeOf',
|
|
'inheritsLoose',
|
|
'objectSpread2'
|
|
]
|
|
|
|
module.exports = helpers
|