UNPKG

@oazmi/build-tools

Version:

general deno build tool scripts which I practically use in all of my typescript repos

6 lines (5 loc) 217 B
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. // This module is browser compatible. export const DELIMITER = ";"; export const SEPARATOR = "\\"; export const SEPARATOR_PATTERN = /[\\/]+/;