🚧 WIP:Work on types and exports
This commit is contained in:
parent
145272c546
commit
c8d502c698
16 changed files with 312 additions and 95 deletions
11
lib/part.ts
Normal file
11
lib/part.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { PatternOption } from './types'
|
||||
|
||||
export default class Part {
|
||||
id: string;
|
||||
|
||||
constructor(id: string) {
|
||||
this.id = id;
|
||||
|
||||
return this;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue