mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-05 23:46:20 +01:00
15 lines
237 B
JavaScript
15 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
|