UNPKG

denoify

Version:

For NPM module authors that would like to support Deno but do not want to write and maintain a port.

7 lines (6 loc) 303 B
export { is404 } from "./tools/is404"; export { urlJoin } from "./tools/urlJoin"; export { Version } from "./tools/Version"; export { assert } from "tsafe"; export type { Replacer } from "./lib/replacer"; export { ParsedImportExportStatement, makeThisModuleAnExecutableReplacer } from "./lib/replacer";