web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

kinds.ts (113B)


      1 export {
      2     CLASSIFIED,
      3     COMMENT,
      4     FOLLOWS,
      5     NOTE,
      6     PROFILE,
      7     REACTION,
      8 } from "@welshman/util";