* Check exported bindings are defined * Add tests * Update flow whitelist * Add tests for builtins
4 lines
67 B
JavaScript
4 lines
67 B
JavaScript
function encrypt () {}
|
|
class decrypt{}
|
|
export { encrypt, decrypt }
|