@drewsonne/maya-dates / Exports / Factory
An abstract class to handle the create of an object from a string
Factory
• new Factory(pattern)
Define properties to be override by sub-classes
| Name | Type |
|---|---|
pattern |
RegExp |
• pattern: RegExp
▸ split(raw): string[]
Split the provided fullDate into its components
| Name | Type |
|---|---|
raw |
string |
string[]
Access
protected