mirror of
https://github.com/swc-project/swc.git
synced 2024-12-13 01:58:38 +03:00
8 lines
140 B
TypeScript
8 lines
140 B
TypeScript
import { serialization } from "./core";
|
|
|
|
export class Constraint extends serialization.Class {
|
|
getConfig() {
|
|
return {};
|
|
}
|
|
}
|