pig-dam-core
Version:
Library that should be included in every Pig DAM project we build
26 lines • 709 B
TypeScript
/**
* Date: 10/31/18
* Time: 2:15 PM
* @license MIT (see project's LICENSE file)
*/
import * as _promise from "./promise";
import * as _template from "./template";
export * from "./compare";
export * from "./date";
export * from "./error";
export * from "./format";
export * from "./log/base";
export * from "./log/console";
export * from "./module";
/**
* We want mutable and immutable to be accessible directly
*/
export * from "./mutation";
export * from "./stack";
export * from "./test/filter";
export * from "./type";
export * from "./types";
export * from "./urn";
export declare const promise: typeof _promise;
export declare const template: typeof _template;
//# sourceMappingURL=index.d.ts.map