Exporting work from bea
This commit is contained in:
parent
d80287c8f8
commit
145272c546
17 changed files with 232 additions and 1952 deletions
10
dist/lib/pattern.js
vendored
Normal file
10
dist/lib/pattern.js
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
var Pattern = /** @class */ (function () {
|
||||
function Pattern(config) {
|
||||
this.config = config;
|
||||
return this;
|
||||
}
|
||||
return Pattern;
|
||||
}());
|
||||
exports.default = Pattern;
|
Loading…
Add table
Add a link
Reference in a new issue