Exporting work from bea
This commit is contained in:
parent
d80287c8f8
commit
145272c546
17 changed files with 232 additions and 1952 deletions
11
lib/pattern.ts
Normal file
11
lib/pattern.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { PatternConfig } from './types'
|
||||
|
||||
export default class Pattern {
|
||||
config: PatternConfig;
|
||||
|
||||
constructor(config: PatternConfig) {
|
||||
this.config = config;
|
||||
|
||||
return this;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue