8 lines
154 B
TypeScript
8 lines
154 B
TypeScript
import { update as execute } from './execute';
|
|
import { fileUpdateDescription as description } from './description';
|
|
|
|
export {
|
|
description,
|
|
execute,
|
|
};
|