Skip to content

Commit

Permalink
Merge pull request geostyler#561 from ger-benjamin/add_newlineToken
Browse files Browse the repository at this point in the history
Add newlineToken
  • Loading branch information
jansule committed Feb 14, 2023
2 parents 24ea641 + cd5fdae commit d7d3e6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ import {
GeoStylerStringFunction
} from './functions';

/**
* The special character to use to indicate a line break.
*/
export type newlineToken = '/n';

/**
* The ScaleDenominator defines a range of scales.
*/
Expand Down

0 comments on commit d7d3e6b

Please sign in to comment.