mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-03 15:24:19 +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
|