import "./functions";

declare module "love" {
  /**
   * Contains functions for file path analysis.
   *
   * Implemented in [boot.lua](https://bitbucket.org/rude/love/src/default/src/scripts/boot.lua)
   */
  namespace path {}
}
