UNPKG

74 BJavaScriptView Raw
1var Option = function Option() {
2 return null;
3};
4
5export default Option;
\No newline at end of file