Skip to content

Instantly share code, notes, and snippets.

@fadamakis
Created August 9, 2022 10:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fadamakis/5fb424239fd8a49d196eb347d05d218c to your computer and use it in GitHub Desktop.
Save fadamakis/5fb424239fd8a49d196eb347d05d218c to your computer and use it in GitHub Desktop.
export const Position = Object.freeze({
TOP: Symbol("top"),
RIGHT: Symbol("right"),
BOTTOM: Symbol("bottom"),
LEFT: Symbol("left")
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment