swc/crates/swc_bundler/tests/.cache/untrusted/a4188ce06fa9a46153ea0b5a7e1f486419f1b260.ts
2021-11-09 20:42:49 +09:00

27 lines
476 B
TypeScript

// Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/query/constants.js
/**
* internal constants, do not use in application code
*/
export const lockMode = {
forShare: 'forShare',
forUpdate: 'forUpdate',
}
export const waitMode = {
skipLocked: 'skipLocked',
noWait: 'noWait',
}
export default {
lockMode: {
forShare: 'forShare',
forUpdate: 'forUpdate',
},
waitMode: {
skipLocked: 'skipLocked',
noWait: 'noWait',
},
};