📄 posix.d.ts
/home/palash/git/site/node_modules/@types/node/path/posix.d.ts
Language: ts • Lines: 8
declare module "node:path/posix" {
    import path = require("node:path");
    export = path.posix;
}
declare module "path/posix" {
    import path = require("path");
    export = path.posix;
}