7 lines
103 B
TypeScript
7 lines
103 B
TypeScript
|
|
import createExecutor from "./executor";
|
||
|
|
|
||
|
|
export const create = createExecutor({
|
||
|
|
pawn() {
|
||
|
|
|
||
|
|
}
|
||
|
|
})
|