JamieMason/syncpack

View on GitHub
src/version-group/lib/delete.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export const DELETE = Symbol('DELETE');
export type Delete = typeof DELETE;