Initial commit - Event Planner application
This commit is contained in:
9
node_modules/kysely/dist/esm/plugin/noop-plugin.js
generated
vendored
Normal file
9
node_modules/kysely/dist/esm/plugin/noop-plugin.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/// <reference types="./noop-plugin.d.ts" />
|
||||
export class NoopPlugin {
|
||||
transformQuery(args) {
|
||||
return args.node;
|
||||
}
|
||||
async transformResult(args) {
|
||||
return args.result;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user