mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 21:40:17 +00: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
|