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