File size: 136 Bytes
1e92f2d
 
 
 
1
2
3
4
5
import compact from './compact';

export default (input: string): string[] =>
  compact(input.replace(/["|']|\]/g, '').split(/\.|\[/));