mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-26 18:52:18 +01:00
14 lines
217 B
JavaScript
14 lines
217 B
JavaScript
|
'use strict'
|
||
|
|
||
|
// These are the babel helpers we whitelist
|
||
|
const helpers = [
|
||
|
'createClass',
|
||
|
'createSuper',
|
||
|
'defineProperties',
|
||
|
'defineProperty',
|
||
|
'inheritsLoose',
|
||
|
'objectSpread2'
|
||
|
]
|
||
|
|
||
|
module.exports = helpers
|