butlerx / gatsby-source-google-spreadsheets

A source plugin for Gatsby that allows reading data from Google Sheets.
MIT License
39 stars 10 forks source link

Allow for negative numbers in type checking #32

Closed CEM-Christian closed 1 year ago

CEM-Christian commented 1 year ago

Added optional leading "-" character to regex when checking for number type in columnsDataTypes.ts.