UNPKG

@warp-drive/build-config

Version:

Provides Build Configuration for projects using WarpDrive or EmberData

5 lines (4 loc) 205 B
import * as CURRENT_FEATURES from "../../canary-features.js"; type FEATURE = keyof typeof CURRENT_FEATURES; export declare function getFeatures(isProd: boolean): { [key in FEATURE] : boolean }; export {};