2 lines
66 B
1
import getNatives from "./native";
2
module.exports = getNatives();
3