๐Ÿ“ฆ airbnb / react-sketchapp

๐Ÿ“„ Platform.ts ยท 8 lines
1
2
3
4
5
6
7
8import { getSketchVersion } from './utils/getSketchVersion';

export const Platform = {
  OS: 'sketch',
  Version: getSketchVersion(),
  select: (obj: { sketch: any }) => obj.sketch,
};